tests: ecore: try to keep constness for Efl_Version

It returns as const so better try to keep this be having the avriable const as
well.
This commit is contained in:
Stefan Schmidt 2016-07-29 14:59:43 +02:00
parent b56bf67f56
commit 9c8eea6ad8
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ END_TEST
START_TEST(ecore_test_efl_app_version)
{
Efl_Version *ver;
const Efl_Version *ver;
Eo *loop;
ecore_init();