Fixed Nabi Issues
[apps/osp/Internet.git] / inc / IntInternetApp.h
index 8301419..fba4d0e 100644 (file)
@@ -28,6 +28,7 @@
 #include <FSystem.h>
 #include <FUi.h>
 
+#include "IntMainFrame.h"
 #include "IntMultipleWindowPresentationModel.h"
 
 class InternetApp
@@ -84,6 +85,7 @@ public:
 private:
        MultipleWindowPresentationModel* __pMultiWindowManager;
        WindowInfo* __pNewWindowInfo;//the new window object to be created either by the normal launch of application or as an appcontrol launch
+       MainFrame* pSceneManagementFrame;
 };
 
 #endif // _INT_INTERNET_APP_H_