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:
Matthias Melcher 2006-04-20 12:40:42 +00:00
parent 9b0ac3c1c7
commit 0e750cdd65
1 changed files with 1 additions and 0 deletions

View File

@ -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