aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/AutoComplete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r--src/AutoComplete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h
index 378232a84..b1233332c 100644
--- a/src/AutoComplete.h
+++ b/src/AutoComplete.h
@@ -25,6 +25,7 @@ public:
bool ignoreCase;
bool chooseSingle;
AutoCompleteOption options;
+ float imageScale;
std::unique_ptr<ListBox> lb;
Sci::Position posStart;
Sci::Position startLen;