summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-02-13 22:27:26 +0100
committerAndrzej Rybczak <electricityispower@gmail.com>2009-02-13 22:27:26 +0100
commit6e167d67e2ccaa3f67ac82d1077505d985d8c6fa (patch)
treea794307b3b6575df7c6f1e287df81c5766f9c30f /src/global.h
parent08e162f6aca70ae28e101d3f3ce217ca4dfa538d (diff)
change namespace Playlist into class
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/global.h b/src/global.h
index e9d91bbb..ccb9b231 100644
--- a/src/global.h
+++ b/src/global.h
@@ -35,7 +35,7 @@ namespace Global
extern Window *wCurrent;
extern Window *wPrev;
- extern Menu<MPD::Song> *mPlaylist;
+// extern Menu<MPD::Song> *myPlaylist->Main();
extern Menu<MPD::Item> *mBrowser;
extern Menu< std::pair<Buffer *, MPD::Song *> > *mSearcher;