summaryrefslogtreecommitdiff
path: root/idlc/source/astoperation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astoperation.cxx')
-rw-r--r--idlc/source/astoperation.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astoperation.cxx b/idlc/source/astoperation.cxx
index 55e52931dfbb..cae75fe0027e 100644
--- a/idlc/source/astoperation.cxx
+++ b/idlc/source/astoperation.cxx
@@ -70,7 +70,7 @@ bool AstOperation::dumpBlob(typereg::Writer & rBlob, sal_uInt16 index)
pDecl = *iter;
if ( pDecl->getNodeType() == NT_parameter )
{
- AstParameter* pParam = (AstParameter*)pDecl;
+ AstParameter* pParam = static_cast<AstParameter*>(pDecl);
switch (pParam->getDirection())
{
case DIR_IN :