Fix RefPointer::staticCast() to behave like static_cast(), not like reinterpret_cast().
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 10 Jul 2010 11:03:51 +0000 (14:03 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sat, 10 Jul 2010 11:03:51 +0000 (14:03 +0300)
commitecf37473d237ad1440e71672a1989c895f69b6d0
tree54ce25cda27221bf86149c7d100cba57f039192a
parent2153d8206792320d971259f842246564a935f514
Fix RefPointer::staticCast() to behave like static_cast(), not like reinterpret_cast().
src/QGlib/refpointer.h
tests/refpointertest.cpp