diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-10-01 11:52:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 11:52:05 -0400 |
commit | 56fbc6a87ff807fd2be3607cd2ca423030032c5b (patch) | |
tree | 04f08cc06a0a4135054015e40a7dbcae182a9f25 /indra/media_plugins/cef/volume_catcher.h | |
parent | f3df004180ce9494d9d0e8b6d4841b226b2a3a53 (diff) | |
parent | 0e0b9eb3b397b213bc6f268eb1690c4794cf3ed3 (diff) |
Merge branch 'develop' into rye/continued-sdl-cleanup
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 |