change type in ScanParameters getters

pull/15515/head
Mathieu Camélique 2024-05-22 08:52:42 +02:00
parent 17a03ab8e6
commit 3746f5af68
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ public:
/** /**
* Get the scan interval. * Get the scan interval.
*/ */
const scan_window_t &getInterval() const const scan_interval_t &getInterval() const
{ {
return interval; return interval;
} }
@ -90,7 +90,7 @@ public:
/** /**
* Get the scan window. * Get the scan window.
*/ */
const scan_interval_t &getWindow() const const scan_window_t &getWindow() const
{ {
return window; return window;
} }