mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Use LocalFileName class for file names inside a package.
This commit is contained in:
@@ -18,7 +18,6 @@ using boost::tribool;
|
||||
|
||||
void GetDefaultMember::handle(const Char* v) { value = to_script(v); }
|
||||
template <> void GetDefaultMember::handle(const String& v) { value = to_script(v); }
|
||||
template <> void GetDefaultMember::handle(const FileName& v) { value = to_script(v); }
|
||||
template <> void GetDefaultMember::handle(const int& v) { value = to_script(v); }
|
||||
template <> void GetDefaultMember::handle(const unsigned int& v) { value = to_script((int)v); }
|
||||
template <> void GetDefaultMember::handle(const double& v) { value = to_script(v); }
|
||||
|
||||
Reference in New Issue
Block a user