mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Fixed some more compiler warnings
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@192 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
//| License: GNU General Public License 2 or later (see file COPYING) |
|
||||
//+----------------------------------------------------------------------------+
|
||||
|
||||
#ifndef HEADER_UTIL_PREC
|
||||
#define HEADER_UTIL_PREC
|
||||
#ifndef HEADER_UTIL_PLATFORM
|
||||
#define HEADER_UTIL_PLATFORM
|
||||
|
||||
/** @file util/platform.hpp
|
||||
*
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#ifdef __linux__
|
||||
|
||||
inline void wxMkDir(const String& str) {
|
||||
inline void wxMkDir(const String& dir) {
|
||||
wxMkDir(wxConvLocal.cWX2MB(dir), 0777);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user