VS 2013 buildfix?

This commit is contained in:
Henrik Rydgard 2013-12-04 19:21:39 +01:00
parent 89b3fff255
commit 50f67d631d
2 changed files with 2 additions and 2 deletions

View File

@ -424,7 +424,7 @@ UI::EventReturn GameBrowser::NavigateClick(UI::EventParams &e) {
return UI::EVENT_DONE;
}
void MainScreen() {
MainScreen::MainScreen() {
System_SendMessage("event", "mainscreen");
}

View File

@ -28,7 +28,7 @@
class MainScreen : public UIScreenWithBackground {
public:
MainScreen() {}
MainScreen();
virtual bool isTopLevel() const { return true; }