mirror of
https://github.com/fltk/fltk.git
synced 2026-05-24 00:06:20 +08:00
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:
+1
-1
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user