Skip to content

Commit

Permalink
App: Fix warnings -Wignored-qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
marioalexis84 authored and chennes committed Feb 11, 2023
1 parent 516509d commit d8d3bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Metadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ App::Metadata::Metadata(const std::string& rawData)
: _dom(nullptr)
{
MemBufInputSource buffer(
reinterpret_cast<const XMLByte* const>(rawData.c_str()),
reinterpret_cast<const XMLByte*>(rawData.c_str()),
rawData.size(),
"raw data (in memory)");
loadFromInputSource(buffer);
Expand Down

0 comments on commit d8d3bb8

Please sign in to comment.