mirror of
				https://github.com/edubart/otclient.git
				synced 2025-11-04 04:36:23 +01:00 
			
		
		
		
	fix compiling on gcc 4.6 (too early to use 4.7.1...)
This commit is contained in:
		@@ -68,8 +68,8 @@ protected:
 | 
			
		||||
    std::string m_appCompactName;
 | 
			
		||||
    std::string m_appVersion;
 | 
			
		||||
    std::string m_startupOptions;
 | 
			
		||||
    bool m_running = false;
 | 
			
		||||
    bool m_stopping = false;
 | 
			
		||||
    stdext::boolean<false> m_running;
 | 
			
		||||
    stdext::boolean<false> m_stopping;
 | 
			
		||||
    stdext::boolean<false> m_terminated;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user