aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetalang.h
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-02-26 20:46:30 -0300
committerMarcelo Lira <marcelo.lira@openbossa.org>2010-02-26 20:49:34 -0300
commit6f8cde0951da369d0b2960d8634ab9cf2a4b08d3 (patch)
tree45ae450f6da3eb71eee7dd5311a94af3071826dc /abstractmetalang.h
parent3f6b0576c90960d4474623987ccac2877a34869c (diff)
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.
Diffstat (limited to 'abstractmetalang.h')
-rw-r--r--abstractmetalang.h2
1 files changed, 1 insertions, 1 deletions
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