diff options
Diffstat (limited to 'codemaker/source/cppumaker/includes.hxx')
-rw-r--r-- | codemaker/source/cppumaker/includes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/source/cppumaker/includes.hxx b/codemaker/source/cppumaker/includes.hxx index a149dc568f89..0eb5ccaf8006 100644 --- a/codemaker/source/cppumaker/includes.hxx +++ b/codemaker/source/cppumaker/includes.hxx @@ -68,7 +68,7 @@ public: private: Includes(Includes &); // not implemented - void operator =(Includes); // not implemented; + void operator =(const Includes&); // not implemented; bool isInterfaceType(OString const & entityName) const; |