diff --git a/include/SFML/Network/Ftp.hpp b/include/SFML/Network/Ftp.hpp index b10baeeed..d3bf1a352 100644 --- a/include/SFML/Network/Ftp.hpp +++ b/include/SFML/Network/Ftp.hpp @@ -483,8 +483,6 @@ public : //////////////////////////////////////////////////////////// Response upload(const std::string& localFile, const std::string& remotePath, TransferMode mode = Binary); -private : - //////////////////////////////////////////////////////////// /// \brief Send a command to the FTP server /// @@ -496,6 +494,8 @@ private : //////////////////////////////////////////////////////////// Response sendCommand(const std::string& command, const std::string& parameter = ""); +private: + //////////////////////////////////////////////////////////// /// \brief Receive a response from the server ///