1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

Revert Closure fix

This commit is contained in:
Uwe L. Korn
2014-06-19 09:50:35 +01:00
parent 949ba7bf21
commit 86dd6ca217

View File

@@ -28,8 +28,8 @@
#include <functional>
using std::function;
#else
#include <functional>
using std::function;
#include <tr1/functional>
using std::tr1::function;
#endif
#include <QMetaMethod>