Fix minor compile warning.

This commit is contained in:
Stephen Anthony 2019-04-13 19:35:15 -02:30
parent e1c0284a21
commit 99d6d40a50
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class LauncherDialog : public Dialog
void handleKeyDown(StellaKey key, StellaMod mod) override;
void handleMouseDown(int x, int y, MouseButton b, int clickCount) override;
void handleCommand(CommandSender* sender, int cmd, int data, int id) override;
Event::Type LauncherDialog::getJoyAxisEvent(int stick, int axis, int value) override;
Event::Type getJoyAxisEvent(int stick, int axis, int value) override;
void loadConfig() override;
void updateListing(const string& nameToSelect = "");