diff options
author | tasn <tasn> | 2012-07-31 07:15:33 +0000 |
---|---|---|
committer | tasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-07-31 07:15:33 +0000 |
commit | 507b52595bcd646ef806f5b6793c5555c70c6562 (patch) | |
tree | 497e4cc727162a96a3da6dd0ec7bfd40794fef1d /src/tests/mixin/inherit.h | |
parent | 59cabd75a82005129d4cdaef29848f2cf900a747 (diff) | |
download | eobj-507b52595bcd646ef806f5b6793c5555c70c6562.tar.gz eobj-507b52595bcd646ef806f5b6793c5555c70c6562.tar.bz2 eobj-507b52595bcd646ef806f5b6793c5555c70c6562.zip |
Eo: Fixed an issue with mixins and super calls.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'src/tests/mixin/inherit.h')
-rw-r--r-- | src/tests/mixin/inherit.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/mixin/inherit.h b/src/tests/mixin/inherit.h new file mode 100644 index 0000000..b6d78fb --- /dev/null +++ b/src/tests/mixin/inherit.h @@ -0,0 +1,11 @@ +#ifndef INHERIT_H +#define INHERIT_H + +#include "Eo.h" +#include "simple.h" +#include "mixin4.h" + +#define INHERIT_CLASS inherit_class_get() +const Eo_Class *inherit_class_get(void); + +#endif |