mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	applet: Make virtual destructor defaulted
This commit is contained in:
		
							parent
							
								
									d3f4fd1777
								
							
						
					
					
						commit
						6f71fb2954
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -13,7 +13,7 @@ namespace Applets { | |||
| 
 | ||||
| class Applet { | ||||
| public: | ||||
|     virtual ~Applet() {} | ||||
|     virtual ~Applet() = default; | ||||
| 
 | ||||
|     /**
 | ||||
|      * Creates an instance of the Applet subclass identified by the parameter. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue