aboutsummaryrefslogtreecommitdiff
path: root/src/core/Error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Error.cpp')
-rw-r--r--src/core/Error.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/Error.cpp b/src/core/Error.cpp
index b593c27a7f..2f6a94bb85 100644
--- a/src/core/Error.cpp
+++ b/src/core/Error.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -56,7 +56,7 @@ void arm_compute::error(const char *function, const char *file, const int line,
va_end(args);
throw std::runtime_error(err.error_description());
}
-void Status::internal_throw_on_error()
+void Status::internal_throw_on_error() const
{
throw std::runtime_error(_error_description);
}