mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
svg_loader: fixing minor warnings
This commit is contained in:
parent
f41cef44c1
commit
79f7c744c5
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ protected: \
|
|||
friend Canvas; \
|
||||
friend Scene; \
|
||||
friend Picture; \
|
||||
friend IteratorModule; \
|
||||
friend IteratorModule
|
||||
|
||||
|
||||
#define _TVG_DECALRE_IDENTIFIER() \
|
||||
|
|
|
@ -2771,7 +2771,7 @@ void SvgLoader::run(unsigned tid)
|
|||
if (loaderData.cloneNodes.count > 0) _clonePostponedNodes(&loaderData.cloneNodes);
|
||||
}
|
||||
root = svgSceneBuild(loaderData.doc, vx, vy, vw, vh, w, h, preserveAspect);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
bool SvgLoader::header()
|
||||
|
|
Loading…
Add table
Reference in a new issue