From 27d36574ec823c000e2363e0a6ae3ecf61585255 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 11 Apr 2005 21:16:25 +0000 Subject: [PATCH] Fix definition of auto_indent() method... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/CodeEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: