diff options
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 38fb56d2d..624eb2faa 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -61,6 +61,8 @@ class CodeEditor : public Fl_Text_Editor { int /*nRestyled*/, const char * /*deletedText*/, void *cbArg); + static int CodeEditor::auto_indent(int, CodeEditor* e); + public: CodeEditor(int X, int Y, int W, int H, const char *L=0); |
