diff options
| author | Tannin <devnull@localhost> | 2015-05-16 18:44:07 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-16 18:44:07 +0200 |
| commit | 9d3364f4da3fe77113147d9350c0e8c8c7f7a637 (patch) | |
| tree | f779a4e680596224e015cc3afebaa61ac7e572b4 /src/shared/appconfig.cpp | |
| parent | 9ea5086c4cd1acf6f462070a5c792a252aa176dd (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.cpp | 2 |
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 {
|
