diff options
author | McCabe Maxsted | 2010-09-09 05:06:41 -0700 |
---|---|---|
committer | Armin Weatherwax | 2010-09-23 15:42:41 +0200 |
commit | adc28fac384c713638946a37df2628dbffed3244 (patch) | |
tree | e6db9700f2e6c99ddcde4e5090ba39f7f056761c /linden/indra/media_plugins/webkit/windows_volume_catcher.cpp | |
parent | Removed more unused 'prepare' dependencies (diff) | |
download | meta-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.cpp | 2 |
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" |
39 | class VolumeCatcherImpl : public LLSingleton<VolumeCatcherImpl> | 39 | class VolumeCatcherImpl : public LLSingleton<VolumeCatcherImpl> |
40 | { | 40 | { |
41 | friend LLSingleton<VolumeCatcherImpl>; | 41 | friend LLSingleton<VolumeCatcherImpl>; |