mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- fixes for gcc-4.7
- added missing virtual destructors (new warning from gcc)
This commit is contained in:
		| @@ -84,6 +84,7 @@ static CApplier<CBaseForGSApply> *applierGs = NULL; | ||||
| class IObjectCaller | ||||
| { | ||||
| public: | ||||
| 	virtual ~IObjectCaller(){}; | ||||
| 	virtual void preInit()=0; | ||||
| 	virtual void postInit()=0; | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user