Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jw098 committed Sep 25, 2024
1 parent 1ff3fd9 commit f2b0482
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ struct AutoStoryOptions{

class AutoStory_Segment {
public:
virtual ~AutoStory_Segment() = default;
virtual std::string name() const = 0;
virtual std::string start_text() const = 0;
virtual std::string end_text() const = 0;
Expand Down

0 comments on commit f2b0482

Please sign in to comment.