mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-07 21:23:32 +00:00
api: not allow the inheritance of the Saver.
We missed the final keyword for the Saver, This inheritance is out of our policy. It might be break apis but Saver class is just opened, and we're pretty sure that there is no any extension of this. I know this is the bad decision, but we have a chance yet, so we must correct it before further late.
This commit is contained in:
parent
36270f588e
commit
999c01ede8
1 changed files with 1 additions and 1 deletions
|
@ -1483,7 +1483,7 @@ public:
|
|||
*
|
||||
* @since 0.5
|
||||
*/
|
||||
class TVG_EXPORT Saver
|
||||
class TVG_EXPORT Saver final
|
||||
{
|
||||
public:
|
||||
~Saver();
|
||||
|
|
Loading…
Add table
Reference in a new issue