git://www.ginac.de
/
ginac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee44dd
)
* Fix comment.
author
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 17:06:37 +0000
(17:06 +0000)
committer
Richard Kreckel
<Richard.Kreckel@uni-mainz.de>
Wed, 18 Sep 2002 17:06:37 +0000
(17:06 +0000)
ginac/registrar.h
patch
|
blob
|
history
diff --git
a/ginac/registrar.h
b/ginac/registrar.h
index 3898ec0d9833c099cee421c3331d0c6079f04ff9..eda20bb3264d1c72ca3ca941b728bd65cba54efe 100644
(file)
--- a/
ginac/registrar.h
+++ b/
ginac/registrar.h
@@
-59,7
+59,7
@@
struct registered_class_info {
};
-/** Primary macro for inclusion in the
implement
ation of each registered class. */
+/** Primary macro for inclusion in the
declar
ation of each registered class. */
#define GINAC_DECLARE_REGISTERED_CLASS_NO_CTORS(classname, supername) \
public: \
typedef supername inherited; \