aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/CommandLineProcessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/CommandLineProcessor.cpp')
-rw-r--r--tests/profiling/gatordmock/CommandLineProcessor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/profiling/gatordmock/CommandLineProcessor.cpp b/tests/profiling/gatordmock/CommandLineProcessor.cpp
index c1b6a6b2b3..a532401cc6 100644
--- a/tests/profiling/gatordmock/CommandLineProcessor.cpp
+++ b/tests/profiling/gatordmock/CommandLineProcessor.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
+// Copyright © 2019, 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -63,7 +63,7 @@ bool CommandLineProcessor::ProcessCommandLine(int argc, char *argv[])
m_Echo = true;
}
}
- catch (const cxxopts::OptionException& e)
+ catch (const cxxopts::exceptions::exception& e)
{
std::cerr << e.what() << std::endl;
return false;
@@ -74,4 +74,4 @@ bool CommandLineProcessor::ProcessCommandLine(int argc, char *argv[])
} // namespace gatordmock
-} // namespace armnn \ No newline at end of file
+} // namespace armnn