]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/sckfile.cpp
added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicati...
[wxWidgets.git] / src / common / sckfile.cpp
index 6118f10c01a4495638041caf050f6f60881d2eee..a5c148b90c39a40f9d78ebc4d9ea1f908552b92f 100644 (file)
@@ -30,7 +30,7 @@
 #include "wx/protocol/file.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxFileProto, wxProtocol)
-IMPLEMENT_PROTOCOL(wxFileProto, wxT("file"), NULL, FALSE)
+IMPLEMENT_PROTOCOL(wxFileProto, wxT("file"), NULL, false)
 
 wxFileProto::wxFileProto()
   : wxProtocol()