From f554a5d4f15fa8992fb2dd43212676021d3e4706 Mon Sep 17 00:00:00 2001 From: ibs Date: Thu, 14 Jan 2016 11:09:16 +0300 Subject: [PATCH] extra qualification of Init method removed --- src/StepVisual/StepVisual_DraughtingCallout.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/StepVisual/StepVisual_DraughtingCallout.hxx b/src/StepVisual/StepVisual_DraughtingCallout.hxx index bbe745b65b..ef39ef48a2 100644 --- a/src/StepVisual/StepVisual_DraughtingCallout.hxx +++ b/src/StepVisual/StepVisual_DraughtingCallout.hxx @@ -35,8 +35,8 @@ public: Standard_EXPORT StepVisual_DraughtingCallout(); //! Init - Standard_EXPORT void StepVisual_DraughtingCallout::Init (const Handle(TCollection_HAsciiString)& theName, - const Handle(StepVisual_HArray1OfDraughtingCalloutElement)& theContents); + Standard_EXPORT void Init (const Handle(TCollection_HAsciiString)& theName, + const Handle(StepVisual_HArray1OfDraughtingCalloutElement)& theContents); //! Returns field Contents inline Handle(StepVisual_HArray1OfDraughtingCalloutElement) Contents () const -- 2.39.5