aboutsummaryrefslogtreecommitdiff
path: root/hgewin/hge_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'hgewin/hge_impl.h')
-rwxr-xr-xhgewin/hge_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hgewin/hge_impl.h b/hgewin/hge_impl.h
index b3f0fe5..5acdcd4 100755
--- a/hgewin/hge_impl.h
+++ b/hgewin/hge_impl.h
@@ -1,3 +1,4 @@
+// -*- C++ -*-
/*
** Haaf's Game Engine 1.8
** Copyright (C) 2003-2007, Relish Games
@@ -199,7 +200,7 @@ public:
static HGE_Impl* _Interface_Get();
void _FocusChange(bool bAct);
- void _PostError(char *error);
+ void _PostError(const char *error);
HINSTANCE hInstance;