commandlineparser: removed extraneous semicolon
This commit is contained in:
@@ -30,7 +30,7 @@ class CommandLineParser
|
||||
public:
|
||||
~CommandLineParser();
|
||||
|
||||
DISABLE_COPY_MOVE(CommandLineParser);
|
||||
DISABLE_COPY_MOVE(CommandLineParser)
|
||||
|
||||
class Option {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user