summaryrefslogtreecommitdiff
path: root/src/shared/appconfig.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-16 18:44:07 +0200
committerTannin <devnull@localhost>2015-05-16 18:44:07 +0200
commit9d3364f4da3fe77113147d9350c0e8c8c7f7a637 (patch)
treef779a4e680596224e015cc3afebaa61ac7e572b4 /src/shared/appconfig.cpp
parent9ea5086c4cd1acf6f462070a5c792a252aa176dd (diff)
fixes to make MO compile with mingw (also fixes some warnings generated by mingw)
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 {