From 183b5715609b309431d8040101635ef9ac0843bf Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 11 May 2015 21:41:00 +0200 Subject: minor stuff --- src/shared/appconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/appconfig.h') 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 { -- cgit v1.3.1