pmc/include/surface.h
changeset 45 7197576fedcf
parent 42 83b8151b966d
child 46 4b9e1ac40246
--- a/pmc/include/surface.h
+++ b/pmc/include/surface.h
@@ -20,12 +20,13 @@
 
   public:
     enum foregroundColor { BLACK, RED };
-    Surface (int w, int h, int d);
-   ~Surface ();
+      Surface (int w, int h, int d);
+     ~Surface ();
 
     int getWidth () {
         return width;
     };
+
     int getHeight () {
         return height;
     };