]> git.tdb.fi Git - libs/core.git/commitdiff
Avoid a shadowing warning from clang
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2013 14:42:09 +0000 (17:42 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 29 May 2013 08:45:43 +0000 (11:45 +0300)
It considers the handle member of the outer class to be shadowed by the
parameter of an inner class member function.


No differences found