summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-11 21:41:00 +0200
committerTannin <devnull@localhost>2015-05-11 21:41:00 +0200
commit183b5715609b309431d8040101635ef9ac0843bf (patch)
tree655c29284abc00a3cb0485f246b80b23c4d61995 /src/shared/appconfig.h
parent0f1271dd991ba9d67181114f75c80e14e8bfd596 (diff)
minor stuff
Diffstat (limited to 'src/shared/appconfig.h')
-rw-r--r--src/shared/appconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/appconfig.h b/src/shared/appconfig.h
index 54544255..b32043e5 100644
--- a/src/shared/appconfig.h
+++ b/src/shared/appconfig.h
@@ -26,7 +26,7 @@ namespace AppConfig {
#define PARWSTRING wstring
-#define APPPARAM(partype, parid, value) partype parid ## ();
+#define APPPARAM(partype, parid, value) partype parid ();
#include "appconfig.inc"
namespace MOShared {