sammycage / lunasvg

SVG rendering and manipulation library in C++
MIT License
866 stars 124 forks source link

Warning: field 'm_ref' will be initialized after field 'm_color' [-Wreorder-ctor] #64

Closed tksuoran closed 2 years ago

tksuoran commented 2 years ago

lunasvg-src/source/property.cpp:27:7: warning: field 'm_ref' will be initialized after field 'm_color' [-Wreorder-ctor]

Should be easy to fix.

sammycage commented 2 years ago

Thanks