summaryrefslogtreecommitdiff
path: root/ZAPD/ZSymbol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/ZSymbol.cpp')
-rw-r--r--ZAPD/ZSymbol.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZSymbol.cpp b/ZAPD/ZSymbol.cpp
index 811c759..1a5779a 100644
--- a/ZAPD/ZSymbol.cpp
+++ b/ZAPD/ZSymbol.cpp
@@ -9,9 +9,9 @@ ZSymbol::ZSymbol(ZFile* nParent) : ZResource(nParent)
}
void ZSymbol::ExtractFromXML(tinyxml2::XMLElement* reader, const std::vector<uint8_t>& nRawData,
- const uint32_t nRawDataIndex, const std::string& nRelPath)
+ const uint32_t nRawDataIndex)
{
- ZResource::ExtractFromXML(reader, nRawData, nRawDataIndex, nRelPath);
+ ZResource::ExtractFromXML(reader, nRawData, nRawDataIndex);
}
void ZSymbol::ParseXML(tinyxml2::XMLElement* reader)