mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00
explicit override
This commit is contained in:
parent
9f724f0c0d
commit
836eb8cde2
@ -56,7 +56,7 @@ class Listener : private virtual slsDetectorDefs, public ThreadObject {
|
||||
* Returns if the thread is currently running
|
||||
* @returns true if thread is running, else false
|
||||
*/
|
||||
bool IsRunning();
|
||||
bool IsRunning() override;
|
||||
|
||||
/**
|
||||
* Get acquisition started flag
|
||||
@ -158,7 +158,7 @@ class Listener : private virtual slsDetectorDefs, public ThreadObject {
|
||||
* Get Type
|
||||
* @return type
|
||||
*/
|
||||
std::string GetType();
|
||||
std::string GetType() override;
|
||||
|
||||
/**
|
||||
* Record First Indices (firstAcquisitionIndex, firstMeasurementIndex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user