eitch tee tee pee colon slaysh slaysh

This commit is contained in:
malloc 2018-04-09 16:52:23 -05:00
parent c0d7a4931c
commit 3ad9801399
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -7,7 +7,7 @@ class Pool {
public: public:
protected: protected:
virtual void ProcessClient(T* client); virtual void ProcessClient(T* client) = 0;
private: private:
}; };