mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	applets/swkbd: Make destructor virtual
Prevents undefined behavior when destroying a derived class through a base class pointer.
This commit is contained in:
		
							parent
							
								
									aeb6a037ed
								
							
						
					
					
						commit
						89eeb64854
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -82,6 +82,8 @@ enum class ValidationError { | |||
| 
 | ||||
| class SoftwareKeyboard { | ||||
| public: | ||||
|     virtual ~SoftwareKeyboard() = default; | ||||
| 
 | ||||
|     /**
 | ||||
|      * Executes the software keyboard, configured with the given parameters. | ||||
|      */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue