summaryrefslogtreecommitdiff
path: root/fluid/CodeEditor.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-04-11 21:16:25 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-04-11 21:16:25 +0000
commit27d36574ec823c000e2363e0a6ae3ecf61585255 (patch)
tree32a2913156a9b08e0d15d2b1a2792d36553adbaf /fluid/CodeEditor.h
parente72630762df5d3dfb34bf0866b7d908c93108bff (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.h2
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: