diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 407e490df..2f550124b 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -271,7 +271,7 @@ public: /** Return the current line descent */ virtual int descent() { return 0; } /** Return the current Fl_Font_Descriptor */ - virtual Fl_Font_Descriptor *font_descriptor() { return font_descriptor_;} + inline Fl_Font_Descriptor *font_descriptor() { return font_descriptor_;} /** Set the current Fl_Font_Descriptor */ virtual void font_descriptor(Fl_Font_Descriptor *d) { font_descriptor_ = d;} /** see fl_draw_image(const uchar* buf, int X,int Y,int W,int H, int D, int L) */ |
