diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-02 12:48:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-08-03 09:08:04 +0200 |
commit | 02caaef29d60370e703bdcdfda09e10e5055d788 (patch) | |
tree | fd95d57d1c2d7dfd4608bae894ba0418b96c1ed0 /basic/source/inc | |
parent | cd6486b118c8453f1e494ddeb97021f0ef9181c4 (diff) |
loplugin:useuniqueptr in SbiProcDef
Change-Id: I31c43f8fe40d90094d550b02c5d6213e59149bad
Reviewed-on: https://gerrit.libreoffice.org/58486
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basic/source/inc')
-rw-r--r-- | basic/source/inc/symtbl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/symtbl.hxx b/basic/source/inc/symtbl.hxx index 64a11ea814f3..3c0f9bf0128e 100644 --- a/basic/source/inc/symtbl.hxx +++ b/basic/source/inc/symtbl.hxx @@ -194,7 +194,7 @@ public: // Match with a forward-declaration. The parameter names are // compared and the forward declaration is replaced by this - void Match( SbiProcDef* pForward ); + void Match( std::unique_ptr<SbiProcDef> pForward ); private: SbiProcDef( const SbiProcDef& ) = delete; |