Fix one code review issue from Ivan
authorMatt Mullins <mokomull@gmail.com>
Sat, 16 Jun 2012 05:40:48 +0000 (22:40 -0700)
committerMatt Mullins <mokomull@gmail.com>
Sat, 16 Jun 2012 06:27:36 +0000 (23:27 -0700)
Level.h

diff --git a/Level.h b/Level.h
index ef42d4b..af1f647 100644 (file)
--- a/Level.h
+++ b/Level.h
@@ -63,8 +63,9 @@ public:
 
        /**
                Add a Text object to be drawn on the screen
+               \param text the Text object that will be drawn on the screen
        */
-       void addText(Text*);
+       void addText(Text* text);
 
 protected://allow inheritance
        string mName;