summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h')
-rw-r--r--thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h b/thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h
index e0cba8b11e..b0e49b13af 100644
--- a/thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h
+++ b/thirdparty/thorvg/src/loaders/svg/tvgSvgLoader.h
@@ -31,7 +31,7 @@ class SvgLoader : public ImageLoader, public Task
public:
string filePath;
string svgPath = "";
- const char* content = nullptr;
+ char* content = nullptr;
uint32_t size = 0;
SvgLoaderData loaderData;