diff --git a/include/SFML/Graphics/RenderTarget.hpp b/include/SFML/Graphics/RenderTarget.hpp index 2ffb5d67..a46badd8 100644 --- a/include/SFML/Graphics/RenderTarget.hpp +++ b/include/SFML/Graphics/RenderTarget.hpp @@ -340,6 +340,8 @@ protected : //////////////////////////////////////////////////////////// void initialize(); +private: + //////////////////////////////////////////////////////////// /// \brief Apply the current view /// @@ -378,8 +380,6 @@ protected : //////////////////////////////////////////////////////////// void applyShader(const Shader* shader); -private : - //////////////////////////////////////////////////////////// /// \brief Activate the target for rendering ///