OSSP CVS Repository

ossp - Difference in ossp-pkg/as/as-gui/as_except.h versions 1.6 and 1.7
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/as/as-gui/as_except.h 1.6 -> 1.7

--- as_except.h  2004/05/27 21:48:41     1.6
+++ as_except.h  2004/08/20 17:50:44     1.7
@@ -44,7 +44,7 @@
     char *szMessage;
 
 public:
-    Genexcept(char *szInmess) {szMessage = szInmess;};
+    Genexcept(const char *szInmess) {szMessage = (char *)szInmess;};
     void reportErr(void);
     ~Genexcept(void);
 };

CVSTrac 2.0.1