diff options
Diffstat (limited to 'fast_encoder.h')
-rw-r--r-- | fast_encoder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fast_encoder.h b/fast_encoder.h index ce5bae5..05c3ca8 100644 --- a/fast_encoder.h +++ b/fast_encoder.h @@ -35,8 +35,8 @@ public: {} void reset() { Matchfinder_base::reset(); key4 = 0; } - int longest_match_len( int * const distance ) throw(); - void longest_match_len() throw(); + int longest_match_len( int * const distance ); + void longest_match_len(); }; |