summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astobserves.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlc/astobserves.hxx')
-rw-r--r--idlc/inc/idlc/astobserves.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astobserves.hxx b/idlc/inc/idlc/astobserves.hxx
index 06ec9884a64e..d939073a76de 100644
--- a/idlc/inc/idlc/astobserves.hxx
+++ b/idlc/inc/idlc/astobserves.hxx
@@ -24,7 +24,7 @@
class AstObserves : public AstDeclaration
{
public:
- AstObserves(AstInterface* pRealInterface, const ::rtl::OString& name, AstScope* pScope)
+ AstObserves(AstInterface* pRealInterface, const OString& name, AstScope* pScope)
: AstDeclaration(NT_observes, name, pScope)
, m_pRealInterface(pRealInterface)
{}