From 99d6d40a502121098a85cd4f0d573cfe8c043d62 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sat, 13 Apr 2019 19:35:15 -0230 Subject: [PATCH] Fix minor compile warning. --- src/gui/LauncherDialog.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/LauncherDialog.hxx b/src/gui/LauncherDialog.hxx index 791bc02c7..3044d736e 100644 --- a/src/gui/LauncherDialog.hxx +++ b/src/gui/LauncherDialog.hxx @@ -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 = "");