These compiled fine before... but for some reason they are flagged
as ambiguous by the compiler now... this started happending when
EO was added as dependency to Evas.
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
obj_ = NULL;
}
-EvasObject::operator Evas*()
-{
- return evas_object_evas_get(*this);
-}
-
-EvasObject::operator Ecore_Evas*()
-{
- return ecore_evas_object_ecore_evas_get(*this);
-}
+//FIXME: see header
+// EvasObject::operator Evas*()
+// {
+// return evas_object_evas_get(*this);
+// }
+
+// EvasObject::operator Ecore_Evas*()
+// {
+// return ecore_evas_object_ecore_evas_get(*this);
+// }
EvasObject::operator Evas_Object*()
{
const int getY();
const Eina_Bool isVisible();
- operator Evas*();
- operator Ecore_Evas*();
+ //FIXME: these compiled fine before... but for some reason they are flagged
+ // as ambiguous by the compiler now... this started happending when
+ // EO was added as dependency to Evas.
+// operator Evas*();
+// operator Ecore_Evas*();
+
operator Evas_Object*();
void checkSize(const int width, const int height);