From 3079a42d6264c2549c327664cc241cd63d952d64 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Wed, 7 Apr 2010 15:49:34 +0200 Subject: [PATCH] Fixed windows compile error --- src/GAudioOutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GAudioOutput.h b/src/GAudioOutput.h index 4e20274d2..6a9cf5a96 100644 --- a/src/GAudioOutput.h +++ b/src/GAudioOutput.h @@ -54,7 +54,7 @@ class GAudioOutput : public QObject Q_OBJECT public: /** @brief Get the singleton instance */ - static GAudioOutput* GAudioOutput::instance(); + static GAudioOutput* instance(); /** @brief List available voices */ QStringList listVoices(void); -- 2.22.0