PascalCase UndefinedGroupError::getGroupName()

For consistency, as it's only one of two camelCase method names in
the API.
This commit is contained in:
Oliver Hamlet
2018-10-20 12:48:23 +01:00
parent 6903a93102
commit fa7e454403
@@ -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_;