From f3e4f3579a6c9ad620cf00ad951cc97cd59be365 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Fri, 4 Mar 2022 08:20:05 +1100 Subject: Feature [feature-requests:#1432] Simplify CallTip::SetForeBack with pass by value. --- src/CallTip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CallTip.h') diff --git a/src/CallTip.h b/src/CallTip.h index 3f0e4f801..f8d294651 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -89,7 +89,7 @@ public: bool UseStyleCallTip() const noexcept; // Modify foreground and background colours - void SetForeBack(const ColourRGBA &fore, const ColourRGBA &back) noexcept; + void SetForeBack(ColourRGBA fore, ColourRGBA back) noexcept; }; } -- cgit v1.2.3