diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-11 21:16:25 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-04-11 21:16:25 +0000 |
| commit | 27d36574ec823c000e2363e0a6ae3ecf61585255 (patch) | |
| tree | 32a2913156a9b08e0d15d2b1a2792d36553adbaf /fluid/CodeEditor.h | |
| parent | e72630762df5d3dfb34bf0866b7d908c93108bff (diff) | |
Fix definition of auto_indent() method...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 624eb2faa..4b646849b 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -61,7 +61,7 @@ class CodeEditor : public Fl_Text_Editor { int /*nRestyled*/, const char * /*deletedText*/, void *cbArg); - static int CodeEditor::auto_indent(int, CodeEditor* e); + static int auto_indent(int, CodeEditor* e); public: |
