mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-16 01:51:45 +00:00
FairMQ: fix const qualifier for DeviceRunner
This commit is contained in:
committed by
Mohammad Al-Turany
parent
1bc5771bf3
commit
d175a732a6
@@ -38,7 +38,7 @@ FairMQDevicePtr getDevice(const FairMQProgOptions& config);
|
||||
// to be implemented by the user to add custom command line options (or just with empty body)
|
||||
void addCustomOptions(boost::program_options::options_description&);
|
||||
|
||||
int main(int argc, const char** argv)
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
using namespace fair::mq;
|
||||
using namespace fair::mq::hooks;
|
||||
|
Reference in New Issue
Block a user