From bd05a471b5e57cdb65458b8d0af54f1743831103 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 18 Sep 2002 17:06:37 +0000 Subject: [PATCH] * Fix comment. --- ginac/registrar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.45.0