summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/breakpoint.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-23 14:31:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 07:46:23 +0100
commitd2cf4cb76268c600ff7cfcdb6dc97c859f8b6e38 (patch)
tree42e6a7fc18202a2b8207cd1afbfa503081a97fd6 /basctl/source/basicide/breakpoint.cxx
parentd113fe774252ada99ddec3eeaef080cb67919aa3 (diff)
loplugin:constparams in basctl..chart2
Change-Id: I9ac9a34ba58f411d5aad235407553df63216319c Reviewed-on: https://gerrit.libreoffice.org/66791 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'basctl/source/basicide/breakpoint.cxx')
-rw-r--r--basctl/source/basicide/breakpoint.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/breakpoint.cxx b/basctl/source/basicide/breakpoint.cxx
index ff14d7087592..15d5139f6610 100644
--- a/basctl/source/basicide/breakpoint.cxx
+++ b/basctl/source/basicide/breakpoint.cxx
@@ -125,7 +125,7 @@ void BreakPointList::ResetHitCount()
}
}
-void BreakPointList::remove(BreakPoint* ptr)
+void BreakPointList::remove(const BreakPoint* ptr)
{
for ( auto i = maBreakPoints.begin(); i != maBreakPoints.end(); ++i )
{