From dbcd7c59d8d26f9426f976861cfdbc08705bf362 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 5 Jul 2017 11:57:51 -0700 Subject: [PATCH] [minor] Fixed function prototype --- ReflexToQ3/includes/EntityConverter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {