]> www.ginac.de Git - ginac.git/commitdiff
* Fix comment.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 17:06:37 +0000 (17:06 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 17:06:37 +0000 (17:06 +0000)
ginac/registrar.h

index 3898ec0d9833c099cee421c3331d0c6079f04ff9..eda20bb3264d1c72ca3ca941b728bd65cba54efe 100644 (file)
@@ -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; \