2006-10-09 Thierry GERAUD <theo(a)tegucigalpa.lrde.epita.fr>
* stc/scoop.hh (stc_virtual_typedef): Fix macro.
Index: stc/scoop.hh
===================================================================
--- stc/scoop.hh (revision 606)
+++ stc/scoop.hh (working copy)
@@ -1032,7 +1032,7 @@
/// for details). Warning: this macro assumes that the exact type
/// parameter is named 'E'.
#define stc_virtual_typedef(Typedef) \
- typedef oln_check_type_of(E, Typedef) Typedef
+ typedef stc_check_direct_type_of(E, Typedef) Typedef
#endif // ! STC_SCOOP_HH