diff options
Diffstat (limited to 'tasks.cpp')
-rw-r--r-- | tasks.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ namespace vdrlive { -using namespace std; -using namespace std::tr1; +using std::for_each; +using std::tr1::bind; using namespace std::tr1::placeholders; const char* NowReplaying() |