From c3c82177a8cda92d2be4f102bd1c59d6793083c0 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Fri, 15 Jun 2012 22:40:48 -0700 Subject: [PATCH] Fix one code review issue from Ivan --- Level.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.11.0