Salome HOME
Fix for undo/redo inside of the sketch
[modules/shaper.git] / src / ModelAPI / ModelAPI_Tools.h
index f4fc0ebf0152579ea1da16e08680a2ce4f6f3518..bec1b9da1019db0f6d24606ac546cdcd9a1c61a5 100644 (file)
@@ -9,10 +9,10 @@
 #include <ModelAPI_Result.h>
 #include <GeomAPI_Shape.h>
 
-namespace ModelAPI_Tools 
-{
-  /// Returns shape from the given Result object
-  MODELAPI_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
-};
+namespace ModelAPI_Tools {
+/// Returns shape from the given Result object
+MODELAPI_EXPORT boost::shared_ptr<GeomAPI_Shape> shape(const ResultPtr& theResult);
+}
+;
 
-#endif
\ No newline at end of file
+#endif