eolian-cxx: Removed a warning from the example.

This commit is contained in:
Savio Sena 2014-07-24 19:47:27 -03:00
parent 2214ae92a2
commit e0dc04fe04
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}