OSDN Git Service

Boost.MSMでメニュー部分を実装
[shooting3/shootinggame.git] / ShootingGame / SoundEditorPage.xaml.h
index 615ab7c..b3f819f 100644 (file)
@@ -20,7 +20,7 @@ namespace ShootingGame
 
        protected:
                virtual void LoadState(Platform::Object^ navigationParameter,
-                       Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
-               virtual void SaveState(Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) override;
+                       Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) ;
+               virtual void SaveState(Windows::Foundation::Collections::IMap<Platform::String^, Platform::Object^>^ pageState) ;
        };
 }