mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed incorrect return type
This commit is contained in:
parent
e2293e5cd1
commit
aee97d9d1d
@ -131,7 +131,7 @@ namespace dlib
|
||||
_oversampling_amount = amount;
|
||||
}
|
||||
|
||||
unsigned long get_oversampling_translation_jitter (
|
||||
double get_oversampling_translation_jitter (
|
||||
) const { return _oversampling_translation_jitter; }
|
||||
|
||||
void set_oversampling_translation_jitter (
|
||||
|
@ -163,7 +163,7 @@ namespace dlib
|
||||
- #get_oversampling_amount() == amount
|
||||
!*/
|
||||
|
||||
unsigned long get_oversampling_translation_jitter (
|
||||
double get_oversampling_translation_jitter (
|
||||
) const;
|
||||
/*!
|
||||
ensures
|
||||
|
Loading…
Reference in New Issue
Block a user