From 95166d39a2e64840c1f8a58ab53c80995b3cd11f Mon Sep 17 00:00:00 2001 From: doomchild Date: Mon, 30 Aug 2010 12:37:13 -0500 Subject: [PATCH] changed uint to uint32_t in declaration of VersionInfo::getPE() --- library/include/dfhack/VersionInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/include/dfhack/VersionInfo.h b/library/include/dfhack/VersionInfo.h index 458a2c5af..84a7087da 100644 --- a/library/include/dfhack/VersionInfo.h +++ b/library/include/dfhack/VersionInfo.h @@ -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&);