mirror of https://github.com/fltk/fltk
Static destuctor must be public of course
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5015 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
9b0ac3c1c7
commit
0e750cdd65
|
@ -360,6 +360,7 @@ int Fl::run() {
|
|||
|
||||
#ifdef WIN32
|
||||
class Fl_Win32_At_Exit {
|
||||
public:
|
||||
Fl_Win32_At_Exit() { }
|
||||
~Fl_Win32_At_Exit() {
|
||||
fl_free_fonts(); // do some WIN32 cleanup
|
||||
|
|
Loading…
Reference in New Issue