These functions are for local use only.
return result;
}
-std::vector<std::string> GatherParameters(const std::vector<std::string> &parts, int indexEnd)
+static std::vector<std::string> GatherParameters(const std::vector<std::string> &parts, int indexEnd)
{
std::vector<std::string> result;
for (int i = 0; i < indexEnd; i++)
return result;
}
-HRESULT FindTypeInModule(ICorDebugModule *pModule, const std::vector<std::string> &parts, int &nextPart, mdTypeDef &typeToken)
+static HRESULT FindTypeInModule(ICorDebugModule *pModule, const std::vector<std::string> &parts, int &nextPart, mdTypeDef &typeToken)
{
HRESULT Status;