mirror of
				https://github.com/NoelFB/blah.git
				synced 2025-11-04 01:41:34 +08:00 
			
		
		
		
	platform was missing virtual destructor
This commit is contained in:
		@ -12,6 +12,8 @@ namespace Blah
 | 
			
		||||
	{
 | 
			
		||||
	public:
 | 
			
		||||
 | 
			
		||||
		virtual ~Platform() = default;
 | 
			
		||||
 | 
			
		||||
		// Initialize the Graphics
 | 
			
		||||
		virtual bool init(const Config& config) = 0;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user