diff --git a/server/src/sock/.pool.hpp.kate-swp b/server/src/sock/.pool.hpp.kate-swp deleted file mode 100644 index c25bdd4..0000000 Binary files a/server/src/sock/.pool.hpp.kate-swp and /dev/null differ diff --git a/server/src/sock/pool.hpp b/server/src/sock/pool.hpp index b148183..c7c7385 100644 --- a/server/src/sock/pool.hpp +++ b/server/src/sock/pool.hpp @@ -7,7 +7,7 @@ class Pool { public: protected: - virtual void ProcessClient(T* client); + virtual void ProcessClient(T* client) = 0; private: };