1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +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> #include <functional>
using std::function; using std::function;
#else #else
#include <functional> #include <tr1/functional>
using std::function; using std::tr1::function;
#endif #endif
#include <QMetaMethod> #include <QMetaMethod>