diff src/gripes.h @ 4452:f3c21a1d1c62

[project @ 2003-07-09 23:20:18 by jwe]
author jwe
date Wed, 09 Jul 2003 23:20:19 +0000
parents b80bbb43a1a9
children 23b37da9fd5b
line wrap: on
line diff
--- a/src/gripes.h	Wed Jul 09 19:09:09 2003 +0000
+++ b/src/gripes.h	Wed Jul 09 23:20:19 2003 +0000
@@ -90,6 +90,9 @@
 gripe_implicit_conversion (const char *from, const char *to);
 
 extern void
+gripe_implicit_conversion (const std::string& from, const std::string& to);
+
+extern void
 gripe_divide_by_zero (void);
 
 #endif