From 480c0e362aec524d992ed7adaccf3c13b71e6f93 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Nov 2012 06:28:25 +0000 Subject: 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 --- ingen/Configuration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen') 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) {} }; -- cgit v1.2.1