Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
orontee committed Jan 7, 2024
1 parent cb2ee42 commit cd8c1dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pager.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ struct Paginated {

Paginated() {}

virtual ~Paginated() {}

virtual size_t page_count() const = 0;

virtual size_t current_page() const = 0;
Expand Down

0 comments on commit cd8c1dc

Please sign in to comment.