1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Don't rely on C++11 extensions

This commit is contained in:
Dominik Schmidt
2013-01-14 23:18:24 +01:00
parent 31c695e04a
commit f430738206

View File

@@ -41,7 +41,7 @@ class DLLEXPORT SipPlugin : public QObject
{
Q_OBJECT
friend Tomahawk::PeerInfo;
friend class Tomahawk::PeerInfo;
public:
SipPlugin();