pmc/include/drawable.h
changeset 54 c064ce9f40f5
parent 45 7197576fedcf
--- a/pmc/include/drawable.h
+++ b/pmc/include/drawable.h
@@ -16,6 +16,7 @@
 
   public:
     virtual ~ Drawable () { };
+
     virtual void move (algebra::Vector) = 0;
     virtual void show () = 0;
 };