mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
updated test for argument parser
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
class CmdLineParser {
|
||||
public:
|
||||
void Parse(int argc, char *argv[]);
|
||||
void Parse(int argc, const char * const argv[]);
|
||||
void Parse(const std::string &s);
|
||||
void Print();
|
||||
|
||||
|
Reference in New Issue
Block a user