mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename LootVersion::string() to LootVersion::GetVersionString()
For consistency with the naming of other API methods.
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user