The prototype of your data() function does not match the prototype of the data() function you are trying to override: you are missing a const qualifier.
The prototype of your data() function does not match the prototype of the data() function you are trying to override: you are missing a const qualifier.
ecanela (3rd August 2012)
Bookmarks