diff options
Diffstat (limited to 'indra/newview/llpreviewsound.h')
-rw-r--r-- | indra/newview/llpreviewsound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewsound.h b/indra/newview/llpreviewsound.h index e1bca7f4e3..b456a7e854 100644 --- a/indra/newview/llpreviewsound.h +++ b/indra/newview/llpreviewsound.h @@ -38,7 +38,7 @@ public: static void auditionSound( void* userdata ); protected: - /* virtual */ BOOL postBuild(); + bool postBuild() override; }; #endif // LL_LLPREVIEWSOUND_H |