From 5b00089dd89a1246e44703aafb30b3a9fc4bfe68 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 25 Aug 2020 17:07:04 +1000 Subject: [PATCH] commandlineparser: removed extraneous semicolon --- app/common/commandlineparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/commandlineparser.h b/app/common/commandlineparser.h index ce568f3db..8f35ded73 100644 --- a/app/common/commandlineparser.h +++ b/app/common/commandlineparser.h @@ -30,7 +30,7 @@ class CommandLineParser public: ~CommandLineParser(); - DISABLE_COPY_MOVE(CommandLineParser); + DISABLE_COPY_MOVE(CommandLineParser) class Option { public: