[minor] Fixed function prototype

This commit is contained in:
2017-07-05 11:57:51 -07:00
parent 2d4581c076
commit dbcd7c59d8

View File

@ -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
{