summaryrefslogtreecommitdiffstats
path: root/vcl/opengl/win/WinDeviceInfo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/opengl/win/WinDeviceInfo.cxx')
-rw-r--r--vcl/opengl/win/WinDeviceInfo.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/opengl/win/WinDeviceInfo.cxx b/vcl/opengl/win/WinDeviceInfo.cxx
index 80f92a076dce..5fa5aaccf748 100644
--- a/vcl/opengl/win/WinDeviceInfo.cxx
+++ b/vcl/opengl/win/WinDeviceInfo.cxx
@@ -436,8 +436,8 @@ namespace {
struct compareIgnoreAsciiCase
{
- compareIgnoreAsciiCase(const OUString& rString):
- maString(rString)
+ explicit compareIgnoreAsciiCase(const OUString& rString)
+ : maString(rString)
{
}