]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
- */Makefile.in: changes triggered by newer automake.
[ginac.git] / ginac / numeric.cpp
index e504186aadae431f3b87d13477f12b597be17c0a..ab132a0751422bf3a5dc895507c0147f146c807a 100644 (file)
@@ -231,7 +231,7 @@ numeric::numeric(const char *s) : basic(TINFO_numeric)
 
 /** Ctor from CLN types.  This is for the initiated user or internal use
  *  only. */
-numeric::numeric(cl_N const & z) : basic(TINFO_numeric)
+numeric::numeric(const cl_N & z) : basic(TINFO_numeric)
 {
     debugmsg("numeric constructor from cl_N", LOGLEVEL_CONSTRUCT);
     value = new cl_N(z);