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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/sound.hxx b/include/vcl/sound.hxx
index 2df3c800442e..77398a3efe9f 100644
--- a/include/vcl/sound.hxx
+++ b/include/vcl/sound.hxx
@@ -21,11 +21,10 @@
#include <vcl/dllapi.h>
-
class VCL_DLLPUBLIC Sound
{
public:
- static void Beep();
+ static void Beep();
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */