diff options
Diffstat (limited to 'indra/newview/llpreviewsound.h')
-rw-r--r-- | indra/newview/llpreviewsound.h | 3 |
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 |