]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/ffile.h
removed useless ; to allow smart preprocessing under Mac OS X
[wxWidgets.git] / include / wx / ffile.h
index 969aa4003997a4be861c90328a075036469fe015..4c48810ea5dbfaf66c7385fc7f28476013a403d4 100644 (file)
@@ -16,7 +16,7 @@
     #pragma interface "ffile.h"
 #endif
 
-#if wxUSE_FILE
+#if wxUSE_FFILE
 
 #ifndef WX_PRECOMP
   #include  "wx/string.h"
@@ -109,7 +109,7 @@ private:
   wxString m_name;  // the name of the file (for diagnostic messages)
 };
 
-#endif // wxUSE_FILE
+#endif // wxUSE_FFILE
 
 #endif // _WX_FFILE_H_