X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fwildcard.cpp;h=5d88146f1b76d763c9f94e6dfd44e6a5c0d96b5d;hp=31d934a3d14790b2686e97442aa6e5199868e5c2;hb=1566be23d91ed1311bee2071bdae9ef93d0b7cf6;hpb=aa6281216091efd92dc5fcc3f96c7189114e80f1 diff --git a/ginac/wildcard.cpp b/ginac/wildcard.cpp index 31d934a3..5d88146f 100644 --- a/ginac/wildcard.cpp +++ b/ginac/wildcard.cpp @@ -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);