Bootmanager: changed filename
to std::string
This commit is contained in:
parent
73c53b5eb8
commit
6096b289b7
5 changed files with 10 additions and 10 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
~GMainWindow();
|
||||
|
||||
private:
|
||||
void BootGame(const char* filename);
|
||||
void BootGame(std::string filename);
|
||||
|
||||
void closeEvent(QCloseEvent* event);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue