get rid of 'using namespace NCurses' directive
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <mpd/client.h>
|
||||
|
||||
@@ -85,6 +86,8 @@ struct Song
|
||||
size_t m_hash;
|
||||
};
|
||||
|
||||
typedef std::vector<Song> SongList;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user