diff --git a/lib/ftp.h b/lib/ftp.h index 2ea6b3c2..fb5b35d2 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -55,7 +55,7 @@ namespace FTP { class User { public: - User( Socket::Connection NewConnection = Socket::Connection(), std::map<std::string,std::string> Credentials = std::map<std::string,std::string>() ); + User( Socket::Connection NewConnection, std::map<std::string,std::string> Credentials); ~User( ); int ParseCommand( std::string Command ); bool LoggedIn( );