mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
(Windows) Fixed an MSVC compiler warning.
This commit is contained in:
parent
83967a508d
commit
aa67020326
|
@ -52,7 +52,7 @@ public:
|
|||
|
||||
bool parseEvent(const SDL_Event& event, Window* window);
|
||||
|
||||
int getNumJoysticks() { return mJoysticks.size(); }
|
||||
int getNumJoysticks() { return static_cast<int>(mJoysticks.size()); }
|
||||
|
||||
private:
|
||||
bool initialized() const;
|
||||
|
|
Loading…
Reference in a new issue