src/Graphics/Drawable.hh
branchnew_graphics
changeset 412 721c60072091
parent 411 106aaf6eadfe
child 423 947ab54de4b7
--- a/src/Graphics/Drawable.hh	Wed Jan 21 03:33:35 2009 +0200
+++ b/src/Graphics/Drawable.hh	Wed Jan 21 23:07:22 2009 +0200
@@ -21,7 +21,7 @@
     /**
      * Draw graphics onto the given display
      */
-    virtual void draw (Display *display) = 0;
+    virtual void draw (Display &display) = 0;
 };
 
 }