Fix definition of auto_indent() method...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4271 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
e72630762d
commit
27d36574ec
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user