mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Names of add/remove card/keyword actions
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@868 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -35,6 +35,9 @@ void mark_dependency_member(const T& value, const String& name, const Dependency
|
||||
template <typename T> inline String type_name(const T&) {
|
||||
return _TYPE_("object");
|
||||
}
|
||||
template <typename T> inline String type_name(const intrusive_ptr<T>& p) {
|
||||
return type_name(*p.get());
|
||||
}
|
||||
template <typename K, typename V> inline String type_name(const pair<K,V>& p) {
|
||||
return type_name(p.second); // for maps
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user