Rename LootVersion::string() to LootVersion::GetVersionString()

For consistency with the naming of other API methods.
This commit is contained in:
Oliver Hamlet
2018-10-20 12:48:23 +01:00
parent fa7e454403
commit 5250cb3696
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ public:
* @brief Get the API version as a string.
* @return A string of the form "major.minor.patch".
*/
LOOT_API static std::string string();
LOOT_API static std::string GetVersionString();
};
}