diff options
Diffstat (limited to 'src/shared/appconfig.h')
| -rw-r--r-- | src/shared/appconfig.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/shared/appconfig.h b/src/shared/appconfig.h index b32043e5..b2dda14a 100644 --- a/src/shared/appconfig.h +++ b/src/shared/appconfig.h @@ -24,15 +24,13 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. namespace AppConfig {
-
#define PARWSTRING wstring
-#define APPPARAM(partype, parid, value) partype parid ();
+#define APPPARAM(partype, parid, value) partype parid();
#include "appconfig.inc"
namespace MOShared {
#undef PARWSTRING
#undef APPPARAM
-
}
} // namespace MOShared
|
