summaryrefslogtreecommitdiff
path: root/cppuhelper/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-04 10:49:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-04 10:49:46 +0000
commitab23763bc0bf9e652f2aec2071796307fe82252a (patch)
treeb658a568cdf751d7d4405453c703a71f08d454bb /cppuhelper/inc
parent009ab7b6e48b69fb6f81934893f299553da328c8 (diff)
WaE: clear nClassCode also a member warning
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r--cppuhelper/inc/cppuhelper/implbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase.hxx b/cppuhelper/inc/cppuhelper/implbase.hxx
index fe816ed18acf..a6ba29d7d3e0 100644
--- a/cppuhelper/inc/cppuhelper/implbase.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase.hxx
@@ -179,8 +179,8 @@ namespace cppu \
struct ClassData##N : public ClassDataBase \
{ \
Type_Offset arType2Offset[ N ]; \
- ClassData##N( sal_Int32 nClassCode ) SAL_THROW( () ) \
- : ClassDataBase( nClassCode ) \
+ ClassData##N( sal_Int32 nInClassCode ) SAL_THROW( () ) \
+ : ClassDataBase( nInClassCode ) \
{} \
}; \
template< __CLASS_IFC##N > \