summaryrefslogtreecommitdiff
path: root/include/vcl/sound.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/sound.hxx')
-rw-r--r--include/vcl/sound.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/sound.hxx b/include/vcl/sound.hxx
index 136f2fdc0ed2..14bc46b57cf9 100644
--- a/include/vcl/sound.hxx
+++ b/include/vcl/sound.hxx
@@ -22,7 +22,7 @@
#include <vcl/dllapi.h>
-class Window;
+namespace vcl { class Window; }
// - Sound -
@@ -31,7 +31,7 @@ class Window;
class VCL_DLLPUBLIC Sound
{
public:
- static void Beep( Window* pWindow = NULL );
+ static void Beep( vcl::Window* pWindow = NULL );
};
#endif // INCLUDED_VCL_SOUND_HXX