summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewgesture.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpreviewgesture.h')
-rw-r--r--indra/newview/llpreviewgesture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpreviewgesture.h b/indra/newview/llpreviewgesture.h
index 91c214be62..c245c0e8da 100644
--- a/indra/newview/llpreviewgesture.h
+++ b/indra/newview/llpreviewgesture.h
@@ -34,6 +34,7 @@
#define LL_LLPREVIEWGESTURE_H
#include "llpreview.h"
+#include "llmultigesture.h"
class LLMultiGesture;
class LLLineEditor;
@@ -109,7 +110,7 @@ protected:
// Add a step. Pass the name of the step, like "Animation",
// "Sound", "Chat", or "Wait"
- LLScrollListItem* addStep(const std::string& step_name);
+ LLScrollListItem* addStep(const enum EStepType step_type);
static void updateLabel(LLScrollListItem* item);