mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	kernel/timer: Add missing base object
This commit is contained in:
		
							parent
							
								
									5aa5cd6064
								
							
						
					
					
						commit
						7e8041df28
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -115,6 +115,7 @@ private: | ||||||
|     friend class boost::serialization::access; |     friend class boost::serialization::access; | ||||||
|     template <class Archive> |     template <class Archive> | ||||||
|     void serialize(Archive& ar, const unsigned int file_version) { |     void serialize(Archive& ar, const unsigned int file_version) { | ||||||
|  |         ar& boost::serialization::base_object<WaitObject>(*this); | ||||||
|         ar& reset_type; |         ar& reset_type; | ||||||
|         ar& initial_delay; |         ar& initial_delay; | ||||||
|         ar& interval_delay; |         ar& interval_delay; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue