From 5c05a04a2c1664c469ea45d3badb3416fb32fa30 Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 1 Jun 2013 13:32:55 +0200 Subject: [PATCH] Fix of 'LLError::NoClassInfo::~AIFilePicker: Calling AIFilePicker::~AIFilePicker()' --- indra/newview/statemachine/aifilepicker.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/statemachine/aifilepicker.h b/indra/newview/statemachine/aifilepicker.h index 0058ea2f0..5c6512899 100644 --- a/indra/newview/statemachine/aifilepicker.h +++ b/indra/newview/statemachine/aifilepicker.h @@ -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;