From 4974afb49d75f046052e59a02ac3abdfa6f2729d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 27 Jun 2018 18:38:36 +0200 Subject: [PATCH] Fix a minor best practices issue --- include/CLI/Option.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index f594ca61..58c2911e 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -227,8 +227,8 @@ class Option : public OptionBase