diff options
Diffstat (limited to 'bridges/inc')
-rw-r--r-- | bridges/inc/cppinterfaceproxy.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/inc/cppinterfaceproxy.hxx b/bridges/inc/cppinterfaceproxy.hxx index ae6e36092e51..0b97264e42f0 100644 --- a/bridges/inc/cppinterfaceproxy.hxx +++ b/bridges/inc/cppinterfaceproxy.hxx @@ -66,7 +66,7 @@ public: Bridge * getBridge() { return pBridge; } uno_Interface * getUnoI() { return pUnoI; } typelib_InterfaceTypeDescription * getTypeDescr() { return pTypeDescr; } - const OUString& getOid() { return oid; } + const OUString& getOid() const { return oid; } // non virtual methods called on incoming vtable calls #1, #2 void acquireProxy(); |