X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fmodinteger%2Fcl_MI_cond_composite.cc;h=878036574318c28270e85cb2fe00a1fc1c0eba56;hb=f3b29e52ea5a7b013f8294065920365e5d17d18f;hp=4cd014a70b24d0e082030c0f194f7db139857f9c;hpb=9f8bba7e113ffe1847994a62185ad384cd1be51f;p=cln.git diff --git a/src/modinteger/cl_MI_cond_composite.cc b/src/modinteger/cl_MI_cond_composite.cc index 4cd014a..8780365 100644 --- a/src/modinteger/cl_MI_cond_composite.cc +++ b/src/modinteger/cl_MI_cond_composite.cc @@ -17,7 +17,7 @@ namespace cln { const char * cl_composite_condition::name () const { return "cl_composite_condition"; } -void cl_composite_condition::print (cl_ostream strm) const +void cl_composite_condition::print (std::ostream& strm) const { fprint(strm, "Exception occurred: p = "); fprint(strm, p);