From eccf96035df06287a4a08146741772c88545d76a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 4 Aug 2006 20:37:14 +0000 Subject: Updated error reporting, fixed the command line params, they work now. --- src/builder.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/builder.cpp') diff --git a/src/builder.cpp b/src/builder.cpp index 65ae0c2..3bcd593 100644 --- a/src/builder.cpp +++ b/src/builder.cpp @@ -558,3 +558,8 @@ void cleanList( std::list &lst ) } } +void Builder::error( const std::string &err ) +{ + throw BuildException( err.c_str() ); +} + -- cgit v1.2.3