From: Matt Mullins Date: Sat, 16 Jun 2012 05:40:48 +0000 (-0700) Subject: Fix one code review issue from Ivan X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=c3c82177a8cda92d2be4f102bd1c59d6793083c0;p=IvanGame.git Fix one code review issue from Ivan --- diff --git a/Level.h b/Level.h index ef42d4b..af1f647 100644 --- 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;