Fix of 'LLError::NoClassInfo::~AIFilePicker: Calling AIFilePicker::~AIFilePicker()'

This commit is contained in:
Aleric Inglewood
2013-06-01 13:32:55 +02:00
parent 98eecb319a
commit 5c05a04a2c

View File

@@ -151,6 +151,7 @@ new AIFilePicker
// Objects of this type can be reused multiple times, see
// also the documentation of AIStateMachine.
class AIFilePicker : public AIStateMachine {
LOG_CLASS(AIFilePicker);
protected:
// The base class of this state machine.
typedef AIStateMachine direct_base_type;