diff options
| author | Manolo Gouy <Manolo> | 2016-03-29 06:20:43 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-29 06:20:43 +0000 |
| commit | 21655099a71718f7671e634a9b4c4079d135cfaf (patch) | |
| tree | 5a8a05cfe3c211b5a7589baf4cea0ae42cc2996f /src | |
| parent | 8ee4c7303f4e075674f3d02140f84ae3e7bb4d04 (diff) | |
Add a default value to the argument of Fl_System_Driver::dnd(int).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11458 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index e45119c9d..05e8ba029 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1879,7 +1879,7 @@ int Fl::use_high_res_GL_ = 0; int Fl::dnd() { - return Fl_System_Driver::driver()->dnd(0); + return Fl_System_Driver::driver()->dnd(); } // |
