]> www.ginac.de Git - ginac.git/blobdiff - ginac/basic.h
- Changes to make it more ANSI-conformant. Stuff detected while trying
[ginac.git] / ginac / basic.h
index 1a7ffcf02944cbd9738374f31a6c151bab7371b7..eb30fd19a3398d5af64735ee04116157177a9e14 100644 (file)
@@ -91,8 +91,8 @@ public:
 #else
 ;
 #endif // def INLINE_BASIC_CONSTRUCTORS
-
-       virtual const basic & operator=(const basic & other);
+       
+       const basic & operator=(const basic & other);
        
 protected:
        void copy(const basic & other)