diff options
Diffstat (limited to 'src/wx/content_view.h')
| -rw-r--r-- | src/wx/content_view.h | 2 |
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); |
