summaryrefslogtreecommitdiff
path: root/odb/diagnostics.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/diagnostics.hxx')
-rw-r--r--odb/diagnostics.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/odb/diagnostics.hxx b/odb/diagnostics.hxx
index 9e676dc..a7dd575 100644
--- a/odb/diagnostics.hxx
+++ b/odb/diagnostics.hxx
@@ -32,14 +32,18 @@ warn (location_t);
std::ostream&
info (location_t);
+//
+//
+class cxx_lexer;
+
std::ostream&
-error ();
+error (cxx_lexer&);
std::ostream&
-warn ();
+warn (cxx_lexer&);
std::ostream&
-info ();
+info (cxx_lexer&);
// location_t macro wrappers.
//