aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/webkit/windows_volume_catcher.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-09 05:06:41 -0700
committerArmin Weatherwax2010-09-23 15:42:41 +0200
commitadc28fac384c713638946a37df2628dbffed3244 (patch)
treee6db9700f2e6c99ddcde4e5090ba39f7f056761c /linden/indra/media_plugins/webkit/windows_volume_catcher.cpp
parentRemoved more unused 'prepare' dependencies (diff)
downloadmeta-impy-adc28fac384c713638946a37df2628dbffed3244.zip
meta-impy-adc28fac384c713638946a37df2628dbffed3244.tar.gz
meta-impy-adc28fac384c713638946a37df2628dbffed3244.tar.bz2
meta-impy-adc28fac384c713638946a37df2628dbffed3244.tar.xz
Fixed plugin compile issues on windows
Diffstat (limited to 'linden/indra/media_plugins/webkit/windows_volume_catcher.cpp')
-rw-r--r--linden/indra/media_plugins/webkit/windows_volume_catcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/media_plugins/webkit/windows_volume_catcher.cpp b/linden/indra/media_plugins/webkit/windows_volume_catcher.cpp
index c02e7fc..f1afea7 100644
--- a/linden/indra/media_plugins/webkit/windows_volume_catcher.cpp
+++ b/linden/indra/media_plugins/webkit/windows_volume_catcher.cpp
@@ -35,7 +35,7 @@
35 35
36#include "volume_catcher.h" 36#include "volume_catcher.h"
37#include <windows.h> 37#include <windows.h>
38#include "llsingleton.h" 38#include "llmemory.h"
39class VolumeCatcherImpl : public LLSingleton<VolumeCatcherImpl> 39class VolumeCatcherImpl : public LLSingleton<VolumeCatcherImpl>
40{ 40{
41friend LLSingleton<VolumeCatcherImpl>; 41friend LLSingleton<VolumeCatcherImpl>;