]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/ModelAPI_Document.hxx
Salome HOME
Auto-formatting according to the defined code standard.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Document.hxx
index cc8aa70dfe65c852617b29f41eda0dc91e78dd05..5232771a52e9844af1a16654e7590da4461881b4 100644 (file)
@@ -53,10 +53,13 @@ public:
   //! Returns True if there are available Redos
   MODELAPI_EXPORT virtual bool CanRedo() = 0;
   //! Redoes last operation
-  MODELAPI_EXPORT virtual  void Redo() = 0;
+  MODELAPI_EXPORT virtual void Redo() = 0;
 
   /// Only for SWIG wrapping it is here
-  MODELAPI_EXPORT ModelAPI_Document() {};
+  MODELAPI_EXPORT ModelAPI_Document()
+  {
+  }
+  ;
 };
 
 #endif