Skip to content

Commit

Permalink
Update expression_field.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozero4 authored Mar 18, 2024
1 parent 2671b6e commit 46f7eb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/calculation/expression_field.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ class ExpressionField : public ::ExpressionField {
}
protected:
bool handleEvent(Ion::Events::Event event) override;
private:
bool fieldHasOnlyAMinus() const;
};

}
Expand Down

0 comments on commit 46f7eb5

Please sign in to comment.