macros rename
This commit is contained in:
@@ -773,7 +773,7 @@ REGISTER_VARIANT(PIMathVectord)
|
||||
REGISTER_VARIANT(PIMathMatrixd)
|
||||
|
||||
|
||||
BINARY_STREAM_STORE(PIVariant) {
|
||||
BINARY_STREAM_WRITE(PIVariant) {
|
||||
s << v._content << v._type;
|
||||
if (v._type == PIVariant::pivCustom) {
|
||||
#ifdef CUSTOM_PIVARIANT
|
||||
@@ -788,7 +788,7 @@ BINARY_STREAM_STORE(PIVariant) {
|
||||
}
|
||||
return s;
|
||||
}
|
||||
BINARY_STREAM_RESTORE(PIVariant) {
|
||||
BINARY_STREAM_READ(PIVariant) {
|
||||
s >> v._content >> v._type;
|
||||
if (v._type == PIVariant::pivCustom) {
|
||||
PIString tn;
|
||||
|
||||
Reference in New Issue
Block a user