X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_TestOCC.h;h=757b344cd39435a25b33965569ffd913dfa7e13a;hb=d22fc665c79c31c9eea0625e04c2e941adfdf7be;hp=e4b8dd005417a9c2eddd74fba7dbb5c4d7a9f428;hpb=234ea0df12d84e2329124a465ec2ce07813fbedc;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_TestOCC.h b/src/PartSet/PartSet_TestOCC.h index e4b8dd005..757b344cd 100644 --- a/src/PartSet/PartSet_TestOCC.h +++ b/src/PartSet/PartSet_TestOCC.h @@ -14,11 +14,14 @@ class Handle_V3d_View; /*! \class PartSet_TestOCC * \brief The operation to test OCC viewer work -*/ + */ class PARTSET_EXPORT PartSet_TestOCC { -public: - PartSet_TestOCC() {}; + public: + PartSet_TestOCC() + { + } + ; /// Creates a line feature, select it, modify the line. Check whether the highlight is correct. /// \param the workshop to provide an access to the application information @@ -38,7 +41,7 @@ public: static void local_selection_erase(Handle_AIS_InteractiveContext theContext, Handle_V3d_View theView); -private: + private: /// Creates a temporary line /// \param the workshop to get the operation manager and the displayer