Skip to content

Commit

Permalink
fix: virtual desctructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Nov 19, 2023
1 parent e5a1256 commit e308495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/predictor.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Predictor : public Processor {
PredictDb* db,
int max_candidates,
int max_iterations);
~Predictor();
virtual ~Predictor();

ProcessResult ProcessKeyEvent(const KeyEvent& key_event) override;

Expand Down

0 comments on commit e308495

Please sign in to comment.