mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Split GetMember into GetMember (for handle) and GetDefaultMember (for store);
Split IMPLEMENT_REFLECTION macro to match git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@24 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -66,6 +66,6 @@ template <> void Reader::handle(Alignment& align) {
|
||||
template <> void Writer::handle(const Alignment& align) {
|
||||
handle(toString(align));
|
||||
}
|
||||
template <> void GetMember::store(const Alignment& align) {
|
||||
store(toString(align));
|
||||
template <> void GetDefaultMember::handle(const Alignment& align) {
|
||||
handle(toString(align));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user