pmc/include/object.h
changeset 34 4a35f239fe5b
parent 9 c3fecc82ade6
child 42 83b8151b966d
--- a/pmc/include/object.h
+++ b/pmc/include/object.h
@@ -15,7 +15,7 @@
 
   public:
     virtual ~ Object () {
-		std::cout << "Freeing Object " << name << std::endl;
-    }
+        std::cout << "Freeing Object " << name << std::endl;
+     };
 };
 #endif