From: Mikko Rasa Date: Fri, 24 May 2013 14:42:09 +0000 (+0300) Subject: Avoid a shadowing warning from clang X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;ds=sidebyside;h=7a493cb73ff5f5f820d4873d6c993d0e9c5a580a;hp=7a493cb73ff5f5f820d4873d6c993d0e9c5a580a;p=libs%2Fcore.git Avoid a shadowing warning from clang It considers the handle member of the outer class to be shadowed by the parameter of an inner class member function. ---