diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ImageViewer.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ImageViewer.hpp b/include/ImageViewer.hpp index 2cf3ac2..ea53558 100644 --- a/include/ImageViewer.hpp +++ b/include/ImageViewer.hpp @@ -47,6 +47,7 @@ namespace QuickMedia { class ImageViewer { public: ImageViewer(MangaImagesPage *manga_images_page, const std::string &content_title, const std::string &chapter_title, int current_page, const Path &chapter_cache_dir, sf::Font *font); + ~ImageViewer(); ImageViewerAction draw(sf::RenderWindow &window); // Returns page as 1 indexed int get_focused_page() const; |