mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-12-14 15:00:17 +00:00
FairMQ: fix const qualifier for DeviceRunner
This commit is contained in:
committed by
Mohammad Al-Turany
parent
1bc5771bf3
commit
d175a732a6
@@ -51,7 +51,7 @@ namespace mq
|
||||
class DeviceRunner
|
||||
{
|
||||
public:
|
||||
DeviceRunner(int argc, char const* argv[]);
|
||||
DeviceRunner(int argc, char* const argv[]);
|
||||
|
||||
auto Run() -> int;
|
||||
auto RunWithExceptionHandlers() -> int;
|
||||
|
||||
Reference in New Issue
Block a user