diff options
author | Rye Cogtail <rye@lindenlab.com> | 2024-09-30 23:39:49 -0400 |
---|---|---|
committer | Rye Cogtail <rye@lindenlab.com> | 2024-10-01 00:10:22 -0400 |
commit | 37c4e82a99a8f850a8c1d0a114938d50f8be169e (patch) | |
tree | d4fc797a6c702f9b8d3b7029bde2a976be10cdec /indra/media_plugins/cef/volume_catcher.h | |
parent | a7f7415b031513275cf14f8df5245c7fce1110f3 (diff) |
Clean up and fix warning flags not applying correctly on linux
Diffstat (limited to 'indra/media_plugins/cef/volume_catcher.h')
-rw-r--r-- | indra/media_plugins/cef/volume_catcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |