summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-03-27 18:30:35 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-04-17 13:36:50 +0300
commitc4cb026fa4d30b7d81c4a23613dc5d772b1708d0 (patch)
tree597f8f83e74942ac887032c1fb1efb46687b4a33 /platform/linux
parentdffe00feeade4d65d10deecdc196add14b791c11 (diff)
downloadqtlocation-mapboxgl-c4cb026fa4d30b7d81c4a23613dc5d772b1708d0.tar.gz
[core] Fix readability-redundant-member-init errors in header files
As reported by clang-tidy-8.
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/src/headless_backend_glx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/src/headless_backend_glx.cpp b/platform/linux/src/headless_backend_glx.cpp
index 63eafc9a56..4bb503a8a7 100644
--- a/platform/linux/src/headless_backend_glx.cpp
+++ b/platform/linux/src/headless_backend_glx.cpp
@@ -71,7 +71,7 @@ public:
GLXFBConfig* fbConfigs = nullptr;
};
-class GLXBackendImpl : public HeadlessBackend::Impl {
+class GLXBackendImpl final : public HeadlessBackend::Impl {
public:
GLXBackendImpl() {
// Try to create a legacy context.