summaryrefslogtreecommitdiff
path: root/menuitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.h')
-rw-r--r--menuitem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuitem.h b/menuitem.h
index bbb5eb2..c350beb 100644
--- a/menuitem.h
+++ b/menuitem.h
@@ -13,13 +13,13 @@
#include "hgegui.h"
#include "hgefont.h"
#include "hgecolor.h"
-static const char* MENUITEM_H_FN="menuitem.h";
+//static const char* MENUITEM_H_FN="menuitem.h";
class hgeGUIMenuItem : public hgeGUIObject
{
public:
- hgeGUIMenuItem(int id, hgeFont *fnt, HEFFECT snd, float x, float y, float delay, char *title);
+ hgeGUIMenuItem(int id, hgeFont *fnt, HEFFECT snd, float x, float y, float delay, const char *title);
virtual void Render();
virtual void Update(float dt);