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