diff options
| author | Manolo Gouy <Manolo> | 2018-05-01 17:09:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-05-01 17:09:15 +0000 |
| commit | b73ff860cc44217e642335ef61ce8c1ee418eeb9 (patch) | |
| tree | b239eb2b2f6025f815f70f33e3a86a3aa6c959c9 /src/Fl_Device.cxx | |
| parent | e70733b46f6974111c5430cb499a55e757224f9a (diff) | |
Make virtual void Fl_Surface_Device::end_current_() have no argument because none is used.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12889 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Device.cxx')
| -rw-r--r-- | src/Fl_Device.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 37aa804ac..6c73ea04a 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -50,7 +50,7 @@ is Fl_Surface_Device::push_current( ) / Fl_Surface_Device::pop_current().*/ void Fl_Surface_Device::set_current(void) { - if (surface_) surface_->end_current_(this); + if (surface_) surface_->end_current_(); fl_graphics_driver = pGraphicsDriver; surface_ = this; pGraphicsDriver->global_gc(); |
