diff options
Diffstat (limited to 'src/interfaces/argument_parser.hpp')
-rw-r--r-- | src/interfaces/argument_parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/argument_parser.hpp b/src/interfaces/argument_parser.hpp index 742646d..efcbaf3 100644 --- a/src/interfaces/argument_parser.hpp +++ b/src/interfaces/argument_parser.hpp @@ -12,6 +12,7 @@ struct ParsedArguments std::shared_ptr<IRandomNumberGenerator> random_gen = nullptr; }; +// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) class IArgumentParser { public: |