savio pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e0dc04fe04e992c5f9e27e029c24bd6cc73309f8
commit e0dc04fe04e992c5f9e27e029c24bd6cc73309f8 Author: Savio Sena <[email protected]> Date: Thu Jul 24 19:47:27 2014 -0300 eolian-cxx: Removed a warning from the example. --- src/examples/eolian_cxx/colourablesquare_cxx.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/eolian_cxx/colourablesquare_cxx.cc b/src/examples/eolian_cxx/colourablesquare_cxx.cc index b98df67..906183a2 100644 --- a/src/examples/eolian_cxx/colourablesquare_cxx.cc +++ b/src/examples/eolian_cxx/colourablesquare_cxx.cc @@ -44,6 +44,6 @@ _colourablesquare_size_print(Eo *obj EINA_UNUSED, ColourableSquare_Data *self) void _colourablesquare_size_set(Eo *obj EINA_UNUSED, ColourableSquare_Data *self EINA_UNUSED, int size) { - EINA_CXX_DOM_LOG_DBG(domain) << __func__ << " [ size = " << self->size << " ]" << std::endl; + EINA_CXX_DOM_LOG_DBG(domain) << __func__ << " [ size = " << size << " ]" << std::endl; } --
