]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4088] Trivial fix to make it compile
authorFrancis Dupont <fdupont@isc.org>
Thu, 5 Nov 2015 05:03:03 +0000 (06:03 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 5 Nov 2015 05:03:03 +0000 (06:03 +0100)
src/lib/eval/eval_context.h

index 94b2c39c85ca2a98a49478c7734a94d5896b59aa..2010bacfc9722785e2949425a733931b76243883 100644 (file)
@@ -26,7 +26,7 @@
 YY_DECL;
 
 /// @brief Evaluation error exception raised when trying to parse an axceptions.
-class EvalError : public isc::exceptions::Exception {
+class EvalError : public isc::Exception {
 public:
     EvalError(const char* file, size_t line, const char* what) :
         isc::Exception(file, line, what) { };