mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
PascalCase UndefinedGroupError::getGroupName()
For consistency, as it's only one of two camelCase method names in the API.
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
* Get the name of the undefined group.
|
||||
* @return A group name.
|
||||
*/
|
||||
std::string getGroupName() { return groupName_; }
|
||||
std::string GetGroupName() { return groupName_; }
|
||||
|
||||
private:
|
||||
const std::string groupName_;
|
||||
|
||||
Reference in New Issue
Block a user