summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpreviewsound.h')
-rw-r--r--indra/newview/llpreviewsound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpreviewsound.h b/indra/newview/llpreviewsound.h
index 74df017def..b56035f34e 100644
--- a/indra/newview/llpreviewsound.h
+++ b/indra/newview/llpreviewsound.h
@@ -44,6 +44,9 @@ public:
static void playSound( void* userdata );
static void auditionSound( void* userdata );
+protected:
+ virtual const char *getTitleName() const { return "Sound"; }
+
};
#endif // LL_LLPREVIEWSOUND_H