mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 13:00:06 +00:00
kernel/timer: Add missing base object
This commit is contained in:
parent
5aa5cd6064
commit
7e8041df28
@ -115,6 +115,7 @@ private:
|
||||
friend class boost::serialization::access;
|
||||
template <class Archive>
|
||||
void serialize(Archive& ar, const unsigned int file_version) {
|
||||
ar& boost::serialization::base_object<WaitObject>(*this);
|
||||
ar& reset_type;
|
||||
ar& initial_delay;
|
||||
ar& interval_delay;
|
||||
|
Loading…
Reference in New Issue
Block a user