Commit 3079a42d authored by pixhawk's avatar pixhawk

Fixed windows compile error

parent c522b4ed
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment