Bug 900248 - Removed extra qualification of IsInTextureHostList.

--HG--
extra : rebase_source : 8e0cdc445810aad2f3f4332462df69b07a6eac02
This commit is contained in:
Jacek Caban 2013-12-02 12:25:51 +01:00
parent ea5683303e
commit c4f126f124

View File

@ -206,7 +206,7 @@ public:
#ifdef DEBUG
// Looks for aFind in the list of texture hosts.
// O(n) so only use for assertions.
bool DeviceManagerD3D9::IsInTextureHostList(TextureSourceD3D9* aFind);
bool IsInTextureHostList(TextureSourceD3D9* aFind);
#endif
/**