commandlineparser: removed extraneous semicolon

This commit is contained in:
itsmattkc
2020-08-25 17:07:04 +10:00
parent f0928814fc
commit 5b00089dd8
+1 -1
View File
@@ -30,7 +30,7 @@ class CommandLineParser
public:
~CommandLineParser();
DISABLE_COPY_MOVE(CommandLineParser);
DISABLE_COPY_MOVE(CommandLineParser)
class Option {
public: