diff options
Diffstat (limited to 'sfx2/source/inc/shellimpl.hxx')
-rw-r--r-- | sfx2/source/inc/shellimpl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/inc/shellimpl.hxx b/sfx2/source/inc/shellimpl.hxx index 622dafa5fc82..5e11bf1ef58e 100644 --- a/sfx2/source/inc/shellimpl.hxx +++ b/sfx2/source/inc/shellimpl.hxx @@ -41,7 +41,7 @@ public: const SfxObjectShell* operator[] ( size_t i ) const; SfxObjectShell* operator[] ( size_t i ); - void erase( iterator it ); + void erase( const iterator& it ); void push_back( SfxObjectShell* p ); @@ -62,7 +62,7 @@ public: const SfxViewFrame* operator[] ( size_t i ) const; SfxViewFrame* operator[] ( size_t i ); - void erase( iterator it ); + void erase( const iterator& it ); void push_back( SfxViewFrame* p ); @@ -84,7 +84,7 @@ public: const SfxViewShell* operator[] ( size_t i ) const; SfxViewShell* operator[] ( size_t i ); - void erase( iterator it ); + void erase( const iterator& it ); void push_back( SfxViewShell* p ); |