diff options
| author | Greg Ercolano <erco@seriss.com> | 2020-09-19 10:43:27 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2020-11-01 12:16:23 -0800 |
| commit | 4d503899a3dec9df8380b3981f1a7259e9d6cb8c (patch) | |
| tree | 54fc8f38e034a64813b915359657d71efa0a41b2 /fluid/CodeEditor.h | |
| parent | 890533a863718ba10925a807b90e621d7a8cf24a (diff) | |
Mods for Albrecht's 09/19/20 code review
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 7b7955991..bf4b7b499 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -1,7 +1,7 @@ // // Code editor widget for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 by Bill Spitzak and others. +// Copyright 1998-2020 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -31,6 +31,8 @@ #include "StyleParse.h" class CodeEditor : public Fl_Text_Editor { + friend class StyleParse; + static Fl_Text_Display::Style_Table_Entry styletable[]; // 'style_parse()' - Parse text and produce style data. @@ -54,8 +56,6 @@ class CodeEditor : public Fl_Text_Editor { // attempt to make the fluid code editor widget honour textsize setting void textsize(Fl_Fontsize s); - - friend class StyleParse; }; class CodeViewer : public CodeEditor { |
