summaryrefslogtreecommitdiff
path: root/src/wx/content_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/content_view.h')
-rw-r--r--src/wx/content_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_view.h b/src/wx/content_view.h
index 1ad7c541a..d7c1a43ed 100644
--- a/src/wx/content_view.h
+++ b/src/wx/content_view.h
@@ -39,7 +39,7 @@ public:
std::shared_ptr<Content> selected () const;
void update ();
- std::shared_ptr<Content> get (std::string digest) const;
+ std::shared_ptr<Content> get (std::string digest) const override;
private:
void add (std::shared_ptr<Content> content);