]> www.ginac.de Git - ginac.git/blobdiff - ginac/wildcard.cpp
- fixed three little standard-conformance issues.
[ginac.git] / ginac / wildcard.cpp
index 31d934a3d14790b2686e97442aa6e5199868e5c2..5d88146f1b76d763c9f94e6dfd44e6a5c0d96b5d 100644 (file)
@@ -91,7 +91,7 @@ int wildcard::compare_same_type(const basic & other) const
                return label < o.label ? -1 : 1;
 }
 
-void wildcard::print(const print_context & c, unsigned level = 0) const
+void wildcard::print(const print_context & c, unsigned level) const
 {
        debugmsg("wildcard print", LOGLEVEL_PRINT);