diff options
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h index e0b1f064..91363beb 100644 --- a/src/types.h +++ b/src/types.h @@ -176,6 +176,7 @@ public: extern bool operator== (Fraction const & a, Fraction const & b); extern bool operator!= (Fraction const & a, Fraction const & b); +extern bool operator< (Fraction const& a, Fraction const& b); enum class NoteType { |
