diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-12-27 23:08:30 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2014-04-10 04:20:20 +0100 |
commit | 5f311223ad2ae7037ce1f4606c4c63e3a89b0225 (patch) | |
tree | 75a0a05282f534cacdf6eca86928403618647f1e | |
parent | 1834e3ff121629048328c6c878cf2ce097c99b68 (diff) | |
download | efl-5f311223ad2ae7037ce1f4606c4c63e3a89b0225.tar.gz |
eo2: rename Eo_Abstract_Class->Eo2_Abstract_Class
-rw-r--r-- | src/lib/eo/eo2_class_class.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eo/eo2_class_class.c b/src/lib/eo/eo2_class_class.c index feb20dd68d..a0cab0a813 100644 --- a/src/lib/eo/eo2_class_class.c +++ b/src/lib/eo/eo2_class_class.c @@ -6,7 +6,7 @@ static const Eo_Class_Description class_desc = { EO2_VERSION, - "Eo_Abstract_Class", + "Eo2_Abstract_Class", EO_CLASS_TYPE_REGULAR_NO_INSTANT, EO2_CLASS_DESCRIPTION_NOOPS(), NULL, |