diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Editor.h b/src/Editor.h index a51fd86f9..6f4f54e98 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -107,11 +107,11 @@ protected: // ScintillaBase subclass needs access to much of Editor int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret bool horizontalScrollBarVisible; - Surface pixmapLine; - Surface pixmapSelMargin; - Surface pixmapSelPattern; - Surface pixmapIndentGuide; - Surface pixmapIndentGuideHighlight; + Surface *pixmapLine; + Surface *pixmapSelMargin; + Surface *pixmapSelPattern; + Surface *pixmapIndentGuide; + Surface *pixmapIndentGuideHighlight; KeyMap kmap; |