// Author: Julian Smart
// Modified by:
// Created: 13.07.99
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
return true;
}
}
+#else
+ (void)filename; // avoid compiler warning about unreferenced parameter
#endif // wxUSE_FFILE
wxLogError(_("File couldn't be loaded."));
return true;
}
+#else
+ (void)filename; // avoid compiler warning about unreferenced parameter
#endif // wxUSE_FFILE
return false;