Fixed broken code

This commit is contained in:
Elias Daler 2018-03-30 23:44:36 +03:00 committed by Lukas Dürrenberger
parent 37a49302af
commit 7a862c917a

View file

@ -165,6 +165,7 @@ private:
sf::Keyboard::Scancode m_keycodeToScancode[256]; ///< Mapping of X11 KeyCode to SFML scancode
Display* m_display; ///< Pointer to the display
XIC m_inputContext; ///< Input context used to get unicode input in our window (used for getDescription)
};
} // namespace priv
} // namespace sf