Default arguments belong at declaration, not definition
This commit is contained in:
		
							parent
							
								
									9b4cd20752
								
							
						
					
					
						commit
						1d3529e93a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -628,7 +628,7 @@ void AutoDelete::cancel() | |||
|     del = false; | ||||
| } | ||||
| 
 | ||||
| void AutoDelete::reset(const Path & p, bool recursive = true) { | ||||
| void AutoDelete::reset(const Path & p, bool recursive) { | ||||
|     path = p; | ||||
|     this->recursive = recursive; | ||||
|     del = true; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue