diff options
Diffstat (limited to 'testfiles/src/style-elem-test.cpp')
| -rw-r--r-- | testfiles/src/style-elem-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testfiles/src/style-elem-test.cpp b/testfiles/src/style-elem-test.cpp index 1d2ceed2a..c003e7b7c 100644 --- a/testfiles/src/style-elem-test.cpp +++ b/testfiles/src/style-elem-test.cpp @@ -40,7 +40,7 @@ rect { fill: green; opacity:1.0; }\ doc = SPDocument::createNewDocFromMem(docString, static_cast<int>(strlen(docString)), false); } - ~ObjectTest() { + ~ObjectTest() override { doc->doUnref(); } |
