Bootmanager: changed filename to std::string

This commit is contained in:
archshift 2014-08-14 23:59:31 -07:00
parent 73c53b5eb8
commit 6096b289b7
5 changed files with 10 additions and 10 deletions

View file

@ -30,7 +30,7 @@ public:
~GMainWindow();
private:
void BootGame(const char* filename);
void BootGame(std::string filename);
void closeEvent(QCloseEvent* event);