mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 19:50:06 +00:00 
			
		
		
		
	Add override to destructors of settings catigories
This commit is contained in:
		
							parent
							
								
									36339e613f
								
							
						
					
					
						commit
						f84a86a3a3
					
				
					 11 changed files with 11 additions and 11 deletions
				
			
		|  | @ -15,7 +15,7 @@ class LineSettings : public SettingsCategory | |||
| { | ||||
| public: | ||||
|    explicit LineSettings(const std::string& name); | ||||
|    ~LineSettings(); | ||||
|    ~LineSettings() override; | ||||
| 
 | ||||
|    LineSettings(const LineSettings&)            = delete; | ||||
|    LineSettings& operator=(const LineSettings&) = delete; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak