aboutsummaryrefslogtreecommitdiff
path: root/odb/generator.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/generator.cxx')
-rw-r--r--odb/generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/generator.cxx b/odb/generator.cxx
index 2d787a1..690a375 100644
--- a/odb/generator.cxx
+++ b/odb/generator.cxx
@@ -522,7 +522,7 @@ generate (options const& ops,
//
throw failed ();
}
- catch (re::format const& e)
+ catch (regex_format const& e)
{
cerr << "error: invalid regex: '" << e.regex () << "': " <<
e.description () << endl;