summaryrefslogtreecommitdiff
path: root/src/wx/content_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-11-15 22:07:13 +0000
committerCarl Hetherington <cth@carlh.net>2018-11-22 23:26:18 +0000
commit1b4d5951147bc88d771d0afaa98bbfa4ed85a822 (patch)
treeee67880b8107aca4a8335a32a0ed09aa1c79200a /src/wx/content_view.h
parenta3f6e20d055cdf1697eab011622dc569010ad617 (diff)
Basic save/load of playlists.
Diffstat (limited to 'src/wx/content_view.h')
-rw-r--r--src/wx/content_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index 0da53f636..ac64600e1 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -34,6 +34,8 @@ public:
boost::shared_ptr<Content> selected () const;
void update ();
+ boost::shared_ptr<Content> get (std::string digest) const;
+
private:
void add (boost::shared_ptr<Content> content);