summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-11-21 06:28:25 +0000
committerDavid Robillard <d@drobilla.net>2012-11-21 06:28:25 +0000
commit480c0e362aec524d992ed7adaccf3c13b71e6f93 (patch)
tree6999cdf1edea7caaab0d4e22629e86a8f98a7a41 /ingen
parent0583e0b72b6bf7064c2e8af498b18f0bc168485f (diff)
downloadingen-480c0e362aec524d992ed7adaccf3c13b71e6f93.tar.gz
ingen-480c0e362aec524d992ed7adaccf3c13b71e6f93.tar.bz2
ingen-480c0e362aec524d992ed7adaccf3c13b71e6f93.zip
Use translatable strings for command line error messages.
Update for Raul Exception namespace change. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4840 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen')
-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) {}
};