src/Types.hh
branchnew_graphics
changeset 411 106aaf6eadfe
parent 410 41fd46cffc52
child 417 c503e0c6a740
--- a/src/Types.hh	Wed Jan 21 01:57:24 2009 +0200
+++ b/src/Types.hh	Wed Jan 21 03:33:35 2009 +0200
@@ -39,7 +39,7 @@
     /** Simple constructor */
     PixelDimensions (PixelDimension width, PixelDimension height) :
         width(width), height(height)
-    { }
+    { }
 };
 
 /**