setter method for choice types

master
Francisco Paisana 6 years ago committed by Andre Puschmann
parent 3f50e5f51c
commit 14b6a1d483

@ -894,8 +894,8 @@ private:
delete ptr;
}
}
T* make_obj_() const { return (ptr == NULL) ? NULL : new T(*ptr); }
T* ptr;
T* make_obj_() const { return (ptr == NULL) ? NULL : new T(*ptr); }
T* ptr;
};
template <class T>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save