mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Services: Make SessionDataBase's destructor virtual.
This commit is contained in:
		
							parent
							
								
									75f68c4860
								
							
						
					
					
						commit
						aa90198ec5
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -59,7 +59,9 @@ public: | ||||||
| 
 | 
 | ||||||
|     /// Empty placeholder structure for services with no per-session data. The session data classes
 |     /// Empty placeholder structure for services with no per-session data. The session data classes
 | ||||||
|     /// in each service must inherit from this.
 |     /// in each service must inherit from this.
 | ||||||
|     struct SessionDataBase {}; |     struct SessionDataBase { | ||||||
|  |         virtual ~SessionDataBase() = default; | ||||||
|  |     }; | ||||||
| 
 | 
 | ||||||
| protected: | protected: | ||||||
|     /// Creates the storage for the session data of the service.
 |     /// Creates the storage for the session data of the service.
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue