videocollection/videocollectionwrapper/tsrc/testvideomodel_p/stub/src/videodatacontainer.cpp
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
--- a/videocollection/videocollectionwrapper/tsrc/testvideomodel_p/stub/src/videodatacontainer.cpp	Wed Aug 18 09:50:14 2010 +0300
+++ b/videocollection/videocollectionwrapper/tsrc/testvideomodel_p/stub/src/videodatacontainer.cpp	Thu Sep 02 20:28:16 2010 +0300
@@ -160,7 +160,7 @@
 // idFromIndex
 // -----------------------------------------------------------------------------
 //
-TMPXItemId& VideoDataContainer::idFromIndex(const int &index) const
+const TMPXItemId& VideoDataContainer::idFromIndex(const int &index) const
 {
     if(index >= 0 && index < mMediaIds.count())
     {