From 37c4e82a99a8f850a8c1d0a114938d50f8be169e Mon Sep 17 00:00:00 2001 From: Rye Cogtail Date: Mon, 30 Sep 2024 23:39:49 -0400 Subject: Clean up and fix warning flags not applying correctly on linux --- indra/media_plugins/cef/volume_catcher.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/media_plugins/cef/volume_catcher.h') diff --git a/indra/media_plugins/cef/volume_catcher.h b/indra/media_plugins/cef/volume_catcher.h index 6933854e8e..ead0511149 100644 --- a/indra/media_plugins/cef/volume_catcher.h +++ b/indra/media_plugins/cef/volume_catcher.h @@ -49,7 +49,9 @@ public: #endif private: +#if LL_LINUX || LL_WINDOWS VolumeCatcherImpl *pimpl; +#endif }; #endif // VOLUME_CATCHER_H -- cgit v1.2.3