HomeWildfire Games

Fix JSInterface_IGUITextOwner build on VS2015 following rP22596 (which works on…

Description

Fix JSInterface_IGUITextOwner build on VS2015 following rP22596 (which works on gcc, clang and Jenkins), reported by minohaka.

Retract IGUIObject override keyword from that commit, because clang recommends to use it for either every or no overriding class member (which then should be done consistently for all classes inheriting IGUIObject, refs D2144).

Details