Make RefPointer::operator->() return an object pointer with the same const-ness as...
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sun, 20 Jun 2010 14:09:36 +0000 (17:09 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sun, 20 Jun 2010 14:09:36 +0000 (17:09 +0300)
commit98e2e43eabf84cc7b4cbe5ceab5ecbd5feeab5e1
tree78978eb32317c6ac60d6e157ce3598ce88dde979
parent4a57e676f75937bf2ee5bf8b213a95d0b5dd1c61
Make RefPointer::operator->() return an object pointer with the same const-ness as the RefPointer, so that it actually makes sense to use const RefPointers.
src/QGlib/refpointer.h
tests/refpointertest.cpp