diff options
Diffstat (limited to 'src/fl_symbols.cxx')
| -rw-r--r-- | src/fl_symbols.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_symbols.cxx b/src/fl_symbols.cxx index e25fea615..f39a9093c 100644 --- a/src/fl_symbols.cxx +++ b/src/fl_symbols.cxx @@ -94,7 +94,7 @@ int fl_add_symbol(const char *name, void (*drawit)(Fl_Color), int scalable) int fl_return_arrow(int x,int y,int w,int h); -// provided for back compatability: +// provided for back compatibility: int fl_draw_symbol(const char *label,int x,int y,int w,int h,Fl_Color col) { const char *p = label; if (*p++ != '@') return 0; |
