From b979d3a37098da7ad6291d9bd3c4fdec3a705043 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Tue, 17 Dec 2019 06:17:31 -0800 Subject: [PATCH] Bug fix for issue 369. (#370) --- include/CLI/Option.hpp | 1 + tests/TransformTest.cpp | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 0 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index f53986e..e3403d8 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -1075,6 +1075,7 @@ class Option : public OptionBase