summaryrefslogtreecommitdiffstats
path: root/ingen/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Configuration.hpp')
-rw-r--r--ingen/Configuration.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Configuration.hpp b/ingen/Configuration.hpp
index fac798d1..bc04ecba 100644
--- a/ingen/Configuration.hpp
+++ b/ingen/Configuration.hpp
@@ -120,7 +120,7 @@ public:
void print_usage(const std::string& program, std::ostream& os);
- struct CommandLineError : public Exception {
+ struct CommandLineError : public Raul::Exception {
explicit CommandLineError(const std::string& m) : Exception(m) {}
};