mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-09 22:23:27 +00:00
raw_loader RawLoader: Add initialize
Add initialization to 'copy' member
This commit is contained in:
parent
f13e1947ff
commit
21b751291a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class RawLoader : public Loader
|
|||
{
|
||||
public:
|
||||
const uint32_t* content = nullptr;
|
||||
bool copy;
|
||||
bool copy = false;
|
||||
|
||||
RawLoader();
|
||||
~RawLoader();
|
||||
|
|
Loading…
Add table
Reference in a new issue