Remove extra semicolon in declaration of QMacAutoReleasePool

Change-Id: Ie7f92fae5f80fc2a8b4dae58f6688ea47dbcb95b
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
This commit is contained in:
Tor Arne Vestbø 2015-10-02 13:53:31 +02:00
parent 925d6eff3e
commit 76cd806e6d

View File

@ -602,7 +602,7 @@ public:
QMacAutoReleasePool();
~QMacAutoReleasePool();
private:
Q_DISABLE_COPY(QMacAutoReleasePool);
Q_DISABLE_COPY(QMacAutoReleasePool)
NSAutoreleasePool *pool;
};