eolian-cxx: Fixed example eo file

The coulourable.eo file got outdated when Eolian syntax changed, it is
now updated and fixed.
This commit is contained in:
Felipe Magno de Almeida 2014-07-18 12:23:32 -03:00
parent 8ef2bc4091
commit 073f711ce1
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ class Colourable (Eo.Base)
}
}
events {
colour_changed(int);
colour_changed: int;
}
}