changed uint to uint32_t in declaration of VersionInfo::getPE()

develop
doomchild 2010-08-30 12:37:13 -05:00
parent c5c1d52047
commit 95166d39a2
1 changed files with 1 additions and 1 deletions

@ -108,7 +108,7 @@ namespace DFHack
std::string getMD5();
void setPE (uint32_t PE_);
uint getPE();
uint32_t getPE();
std::string getMood(const uint32_t moodID);
std::string getString (const std::string&);