1
0
forked from 0ad/0ad

Mismatching typedef int ObjectID. All the other places use size_t, so I changed this one to size_t too.

This was SVN commit r6155.
This commit is contained in:
Simon Brenner 2008-06-29 10:15:13 +00:00
parent d977cdc89b
commit 84f5428b9f

View File

@ -5,7 +5,7 @@
namespace AtlasMessage
{
typedef int ObjectID;
typedef size_t ObjectID;
}
extern wxString g_SelectedTexture;