X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/1b842b9fcf404b5973c01ce883eafc53553b83c9..f46daea04f594f9f386ac6514733ec1eff860462:/o815/o815.h diff --git a/o815/o815.h b/o815/o815.h index 1b94170..69a8276 100644 --- a/o815/o815.h +++ b/o815/o815.h @@ -48,7 +48,7 @@ class o815 { virtual void _newParas() {}; private: virtual void _reset()=0; - virtual void _makeSweep(int nsweep)=0; + virtual void _makeSweep()=0; protected: o815 *O815; ostream *log;