diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-04 10:49:46 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-04 10:49:46 +0000 |
commit | 0162330680d9c6e1f62b1a6132b9eb018a366850 (patch) | |
tree | d3d7eab6680ecb4535ae90cb201b5dba916c1342 /cppuhelper | |
parent | 34e4701415db5974ceceb335a87bc9c054384421 (diff) |
WaE: clear nClassCode also a member warning
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/implbase.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/implbase.hxx b/cppuhelper/inc/cppuhelper/implbase.hxx index 9d56d4c5f..14cdde9bd 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 > \ |