summaryrefslogtreecommitdiff
path: root/include/vcl/rendersettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/rendersettings.hxx')
-rw-r--r--include/vcl/rendersettings.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/vcl/rendersettings.hxx b/include/vcl/rendersettings.hxx
index 47e588ff18ed..d516dfcc41b3 100644
--- a/include/vcl/rendersettings.hxx
+++ b/include/vcl/rendersettings.hxx
@@ -17,7 +17,7 @@
namespace vcl
{
-class VCL_DLLPUBLIC RenderSettings
+class VCL_DLLPUBLIC RenderSettings final
{
OutDevState maOutDevState;
std::unique_ptr<Wallpaper> mpBackground;
@@ -25,9 +25,6 @@ class VCL_DLLPUBLIC RenderSettings
public:
RenderSettings()
{}
-
- virtual ~RenderSettings()
- {}
};
}