Skip to content

Commit

Permalink
chore: struct Ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Dec 16, 2023
1 parent 8d303b9 commit c4d76f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/predict_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
namespace rime {

class Context;
class Segment;
class Ticket;
struct Segment;
struct Ticket;
class Translation;

class PredictEngine : public Class<PredictEngine, const Ticket&> {
Expand Down

0 comments on commit c4d76f0

Please sign in to comment.