get rid of 'using namespace NCurses' directive
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "interfaces.h"
|
||||
#include "mpdpp.h"
|
||||
#include "ncmpcpp.h"
|
||||
|
||||
#ifndef USE_PDCURSES
|
||||
void WindowTitle(const std::string &);
|
||||
@@ -41,7 +40,7 @@ void TraceMpdStatus();
|
||||
void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges, void *);
|
||||
void NcmpcppErrorCallback(MPD::Connection *, int, const char *, void *);
|
||||
|
||||
Window &Statusbar();
|
||||
NC::Window &Statusbar();
|
||||
void DrawProgressbar(unsigned elapsed, unsigned time);
|
||||
void ShowMessage(const char *, ...) GNUC_PRINTF(1, 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user