summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/appconfig.cpp')
-rw-r--r--src/shared/appconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/appconfig.cpp b/src/shared/appconfig.cpp
index f1bad828..49edcbcc 100644
--- a/src/shared/appconfig.cpp
+++ b/src/shared/appconfig.cpp
@@ -22,7 +22,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
namespace AppConfig {
#define PARWSTRING wstring
-#define APPPARAM(partype, parid, value) partype parid ## () { return value; }
+#define APPPARAM(partype, parid, value) partype parid () { return value; }
#include "appconfig.inc"
namespace MOShared {