Add missing cast.

SVN revision: 33707
This commit is contained in:
Gustavo Sverzut Barbieri 2008-02-08 19:51:02 +00:00
parent 1d5d592e14
commit 72b005350a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ evas_smart_class_new(const Evas_Smart_Class *sc)
s->magic = MAGIC_SMART;
s->smart_class = sc;
s->smart_class = (Evas_Smart_Class *)sc;
return s;
}