diff options
Diffstat (limited to 'src/CallTip.h')
-rw-r--r-- | src/CallTip.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; } |