From 4e077a529102dc20b54b1f69bdbbf12dbb51f02c Mon Sep 17 00:00:00 2001 From: jed Date: Mon, 1 Oct 2012 20:10:52 -0700 Subject: [PATCH] compile on windows --- newcoin.vcxproj | 1 - newcoin.vcxproj.filters | 3 --- src/SerializedObject.h | 1 + 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/newcoin.vcxproj b/newcoin.vcxproj index d13b9e530..9dde2b546 100644 --- a/newcoin.vcxproj +++ b/newcoin.vcxproj @@ -103,7 +103,6 @@ - diff --git a/newcoin.vcxproj.filters b/newcoin.vcxproj.filters index 09047e49d..1aa747c00 100644 --- a/newcoin.vcxproj.filters +++ b/newcoin.vcxproj.filters @@ -66,9 +66,6 @@ Source Files - - Source Files - Source Files diff --git a/src/SerializedObject.h b/src/SerializedObject.h index 5255c463e..3b7f3d4f9 100644 --- a/src/SerializedObject.h +++ b/src/SerializedObject.h @@ -19,6 +19,7 @@ public: SField::ref e_field; const SOE_Flags flags; + }; class STObject : public SerializedType