diff options
Diffstat (limited to 'detailView.h')
-rw-r--r-- | detailView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detailView.h b/detailView.h index cc5f156..38cbdba 100644 --- a/detailView.h +++ b/detailView.h @@ -14,7 +14,7 @@ public: cDetailView(std::shared_ptr<skindesignerapi::cOsdView> detailView, plexclient::Video *video); void Draw(); - void Flush(); + virtual void Flush(); virtual eOSState NavigateSelect(); virtual eOSState NavigateBack(); plexclient::Video* GetVideo() { return m_pVideo; }; |