Skip to content

Commit

Permalink
Fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelson committed May 16, 2017
1 parent 1ce06b5 commit 8866223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SFML/Window/RPi/WindowImplRPi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class WindowImplRPi : public WindowImpl
////////////////////////////////////////////////////////////
WindowImplRPi(WindowHandle handle);

void setMouseCursorGrabbed(bool grabbed) override;
void setMouseCursorGrabbed(bool grabbed);

////////////////////////////////////////////////////////////
/// \brief Create the window implementation
Expand Down

0 comments on commit 8866223

Please sign in to comment.