summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-24 20:57:56 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 08:44:35 +0100
commit39deec236a3ea839b1a40d40f14eb3a2997cf096 (patch)
tree8863fd2e1117df70c237368cf87c57cb3d1f1c47 /vcl
parentc1c13e6e38b8c58b0def4f462fd0ea3a5b2697cd (diff)
-Werror,-Wreorder
Change-Id: Ie24d1776f798923e2583659b2d9898da7c3f1dfd
Diffstat (limited to 'vcl')
-rw-r--r--vcl/opengl/win/blocklist_parser.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/opengl/win/blocklist_parser.cxx b/vcl/opengl/win/blocklist_parser.cxx
index 7a8d01229eb8..98e7243dec92 100644
--- a/vcl/opengl/win/blocklist_parser.cxx
+++ b/vcl/opengl/win/blocklist_parser.cxx
@@ -11,9 +11,9 @@
WinBlocklistParser::WinBlocklistParser(const OUString& rURL,
std::vector<wgl::DriverInfo>& rDriverList)
- : maURL(rURL)
+ : meBlockType(BlockType::UNKNOWN)
, mrDriverList(rDriverList)
- , meBlockType(BlockType::UNKNOWN)
+ , maURL(rURL)
{
}