MSVC warning 'fix'

This was SVN commit r7473.
This commit is contained in:
Ykkrosh 2010-04-19 21:57:56 +00:00
parent ef2b79280e
commit e738d2f7fc

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2009 Wildfire Games.
/* Copyright (C) 2010 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -16,3 +16,7 @@
*/
#include "lib/precompiled.h" // common precompiled header
#if MSC_VERSION
# pragma warning(disable:4250) // "inherits 'IGUITextOwner::IGUITextOwner::UpdateCachedSize' via dominance"
#endif