From 6f8cde0951da369d0b2960d8634ab9cf2a4b08d3 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Fri, 26 Feb 2010 20:46:30 -0300 Subject: External conversion operators are now part of a class' implicit conversions. AbstractMetaClass::implicitConversions() returns externally declared conversion operators in addition to its own implicit constructors. The implicit conversion tests where extended with the new case. --- abstractmetalang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abstractmetalang.h') diff --git a/abstractmetalang.h b/abstractmetalang.h index 0e60926b5..e0540932d 100644 --- a/abstractmetalang.h +++ b/abstractmetalang.h @@ -1422,7 +1422,7 @@ public: /** * Retrieves all class' operator overloads that meet - * query crieteria defined with the OperatorQueryOption + * query criteria defined with the OperatorQueryOption * enum. * /param query composition of OperatorQueryOption enum values * /return list of operator overload methods that meet the -- cgit v1.2.3