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 562b24f9d..6cc89d3a5 100644 --- a/src/CallTip.h +++ b/src/CallTip.h @@ -24,7 +24,7 @@ struct Chunk { class CallTip { Chunk highlight; // character offset to start and end of highlighted text std::string val; - Font font; + std::shared_ptr<Font> font; PRectangle rectUp; // rectangle of last up angle in the tip PRectangle rectDown; // rectangle of last down arrow in the tip int lineHeight; // vertical line spacing |