Fix crash that occured when opening the editor a second time

This commit is contained in:
Tobias Loose
2013-12-06 20:13:30 +01:00
parent 7e9c4ddbdd
commit 2002bb4e16
2 changed files with 5 additions and 14 deletions

View File

@@ -105,7 +105,7 @@ private:
void setButtonState(bool state);
bool userPressedButton();
void RenderButtons();
void setupView(AvailableView view);
void setupView(AvailableView view, DeckDataWrapper *deck);
void toggleView();
public:
GameStateDeckViewer(GameApp* parent);