From: Richard Kreckel Date: Wed, 18 Sep 2002 17:06:37 +0000 (+0000) Subject: * Fix comment. X-Git-Tag: release_1-0-11~3 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=bd05a471b5e57cdb65458b8d0af54f1743831103 * Fix comment. --- diff --git a/ginac/registrar.h b/ginac/registrar.h index 3898ec0d..eda20bb3 100644 --- a/ginac/registrar.h +++ b/ginac/registrar.h @@ -59,7 +59,7 @@ struct registered_class_info { }; -/** Primary macro for inclusion in the implementation of each registered class. */ +/** Primary macro for inclusion in the declaration of each registered class. */ #define GINAC_DECLARE_REGISTERED_CLASS_NO_CTORS(classname, supername) \ public: \ typedef supername inherited; \