summaryrefslogtreecommitdiff
path: root/indra/media_plugins/cef/volume_catcher.h
diff options
context:
space:
mode:
authorRye Cogtail <rye@lindenlab.com>2024-09-30 23:39:49 -0400
committerRye Cogtail <rye@lindenlab.com>2024-10-01 00:10:22 -0400
commit37c4e82a99a8f850a8c1d0a114938d50f8be169e (patch)
treed4fc797a6c702f9b8d3b7029bde2a976be10cdec /indra/media_plugins/cef/volume_catcher.h
parenta7f7415b031513275cf14f8df5245c7fce1110f3 (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.h2
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