diff options
Diffstat (limited to 'src/shared/appconfig.h')
| -rw-r--r-- | src/shared/appconfig.h | 2 |
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 {
|
