fixed out param for ac_eras

This commit is contained in:
Michael Toutonghi
2018-04-09 23:07:41 -07:00
parent 36647d52f7
commit 6ccadfe6bb

View File

@@ -166,7 +166,7 @@ inline bool IsSwitchChar(char c)
* else if the string has fewer than _MAX_ERAS entries, then the last
* entry fills remaining entries
*/
void SplitToi64(const std::string& strVal, int64_t[_MAX_ERAS]& outVals, int64_t nDefault);
void SplitToi64(const std::string& strVal, int64_t[_MAX_ERAS] *outVals, int64_t nDefault);
/**
* Return string argument or default value