summaryrefslogtreecommitdiff
path: root/LiteEditor/syntaxhighlightdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'LiteEditor/syntaxhighlightdlg.h')
-rw-r--r--LiteEditor/syntaxhighlightdlg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/LiteEditor/syntaxhighlightdlg.h b/LiteEditor/syntaxhighlightdlg.h
index f1a7295e..5fdd0253 100644
--- a/LiteEditor/syntaxhighlightdlg.h
+++ b/LiteEditor/syntaxhighlightdlg.h
@@ -75,7 +75,7 @@ protected:
virtual void OnStyleWithinPreprocessor(wxCommandEvent& event);
virtual void OnStyleWithingPreProcessorUI(wxUpdateUIEvent& event);
virtual void OnText(wxCommandEvent& event);
-
+
// Handlers for SyntaxHighlightBaseDlg events.
void OnButtonOK( wxCommandEvent& event );
void OnButtonCancel( wxCommandEvent& event );
@@ -88,7 +88,9 @@ protected:
void CreateLexerPage();
StyleProperty::Map_t::iterator GetSelectedStyle();
void EditKeyWords(int set);
-
+
+ void DoUpdatePreview();
+
public:
/** Constructor */
SyntaxHighlightDlg( wxWindow* parent );