mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed a compiler warning.
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
bool showMessageBox(const std::string &title, const std::string &message, MessageBoxType type, bool attachtowindow);
|
||||
int showMessageBox(const MessageBoxData &data);
|
||||
|
||||
void requestAttention(bool continuous) override;
|
||||
void requestAttention(bool continuous);
|
||||
|
||||
static love::window::Window *createSingleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user