summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astconstants.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astconstants.hxx')
-rw-r--r--idlc/inc/idlc/astconstants.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astconstants.hxx b/idlc/inc/idlc/astconstants.hxx
index 2f7ccf6e9129..e0f536da9d9c 100644
--- a/idlc/inc/idlc/astconstants.hxx
+++ b/idlc/inc/idlc/astconstants.hxx
@@ -24,7 +24,7 @@
class AstConstants : public AstModule
{
public:
- AstConstants(const ::rtl::OString& name, AstScope* pScope)
+ AstConstants(const OString& name, AstScope* pScope)
: AstModule(NT_constants, name, pScope)
{}
virtual ~AstConstants() {}