Compile warning fix.

This commit is contained in:
Aleric Inglewood
2013-04-20 05:03:17 +02:00
committed by Latif Khalifa
parent 8d028e6948
commit 55a676e85d

View File

@@ -158,6 +158,9 @@ class AIThreadImpl {
public:
char const* getName(void) const { return mName; }
#endif
protected:
virtual ~AIThreadImpl() { }
};
// The base class for statemachine threads.