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 f8d294651..bd02da7d2 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -71,7 +71,7 @@ public: /// Setup the calltip and return a rectangle of the area required. PRectangle CallTipStart(Sci::Position pos, Point pt, int textHeight, const char *defn, - int codePage_, Surface *surfaceMeasure, std::shared_ptr<Font> font_); + int codePage_, Surface *surfaceMeasure, const std::shared_ptr<Font> &font_); void CallTipCancel() noexcept; |