Compile warning fix.

This commit is contained in:
Aleric Inglewood
2013-04-20 05:03:17 +02:00
parent e0aa3489f8
commit 9fb3fe21bc

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.