diff --git a/ReflexToQ3/includes/EntityConverter.hpp b/ReflexToQ3/includes/EntityConverter.hpp index 824cc14..dba947d 100644 --- a/ReflexToQ3/includes/EntityConverter.hpp +++ b/ReflexToQ3/includes/EntityConverter.hpp @@ -39,7 +39,7 @@ * Return: string, float value passed as string *-------------------------------------------------------------------------------------- */ -std::string offsetHeight(std::string coordinate); +std::string offset(std::string coordinate); class EntityConverter {