Fixed compiler warnings
[AXE.git] / src / String.h
index 6369fa8..a9b7177 100644 (file)
@@ -351,7 +351,7 @@ class substring
 
 public:
    String& operator=(const String &); 
-   String& operator=(char *s)
+   String& operator=(const char *s)
    {
       *this = String(s);
       return *str;