]> www.ginac.de Git - ginac.git/blobdiff - ginac/registrar.h
* Fix comment.
[ginac.git] / 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; \