mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 23:36:12 -08:00 
			
		
		
		
	missing delete specifier (gen_unreal_engine)
This commit is contained in:
		@@ -24,4 +24,5 @@ Final,                  final
 | 
				
			|||||||
NoExceptions,           noexcept
 | 
					NoExceptions,           noexcept
 | 
				
			||||||
Override,               override
 | 
					Override,               override
 | 
				
			||||||
Pure,                   = 0
 | 
					Pure,                   = 0
 | 
				
			||||||
 | 
					Delete,                 = delete
 | 
				
			||||||
Volatile,               volatile
 | 
					Volatile,               volatile
 | 
				
			||||||
 
 | 
				
			|||||||
		
		
			
  | 
		Reference in New Issue
	
	Block a user