summaryrefslogtreecommitdiff
path: root/FL/Fl_Text_Editor.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Text_Editor.H')
-rw-r--r--FL/Fl_Text_Editor.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Text_Editor.H b/FL/Fl_Text_Editor.H
index b9a0d42b0..5bf49781e 100644
--- a/FL/Fl_Text_Editor.H
+++ b/FL/Fl_Text_Editor.H
@@ -113,7 +113,7 @@ class FL_EXPORT Fl_Text_Editor : public Fl_Text_Display {
protected:
int handle_key();
- void maybe_do_callback();
+ void maybe_do_callback(Fl_Callback_Reason reason = FL_REASON_CHANGED);
#ifndef FL_DOXYGEN
int insert_mode_;