summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper')
-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 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 > \