From: Richard Kreckel Date: Wed, 18 Sep 2002 17:06:48 +0000 (+0000) Subject: * Fix comment. X-Git-Tag: release_1-1-0~74 X-Git-Url: https://ginac.de/ginac.git/tutorial/ginac.git?a=commitdiff_plain;h=78f69c762ee5fd263a5c6472122dafb427fe400e;p=ginac.git * 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; \