Commit aee97d9d authored by Davis King's avatar Davis King

Fixed incorrect return type

parent e2293e5c
...@@ -131,7 +131,7 @@ namespace dlib ...@@ -131,7 +131,7 @@ namespace dlib
_oversampling_amount = amount; _oversampling_amount = amount;
} }
unsigned long get_oversampling_translation_jitter ( double get_oversampling_translation_jitter (
) const { return _oversampling_translation_jitter; } ) const { return _oversampling_translation_jitter; }
void set_oversampling_translation_jitter ( void set_oversampling_translation_jitter (
......
...@@ -163,7 +163,7 @@ namespace dlib ...@@ -163,7 +163,7 @@ namespace dlib
- #get_oversampling_amount() == amount - #get_oversampling_amount() == amount
!*/ !*/
unsigned long get_oversampling_translation_jitter ( double get_oversampling_translation_jitter (
) const; ) const;
/*! /*!
ensures ensures
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment