From 24fb76907d7cbbcdf606837b34180f5da5ea7dad Mon Sep 17 00:00:00 2001 From: Aleric Inglewood Date: Sat, 1 Jun 2013 16:37:02 +0200 Subject: [PATCH] Compile fix --- indra/newview/statemachine/aidirpicker.h | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/statemachine/aidirpicker.h b/indra/newview/statemachine/aidirpicker.h index 452f42b3e..484a8e650 100644 --- a/indra/newview/statemachine/aidirpicker.h +++ b/indra/newview/statemachine/aidirpicker.h @@ -43,6 +43,7 @@ // Objects of this type can be reused multiple times, see // also the documentation of AIStateMachine. class AIDirPicker : protected AIFilePicker { + LOG_CLASS(AIDirPicker); public: // Allow to pass the arguments to open upon creation. //