summaryrefslogtreecommitdiff
path: root/vcl/win/window/keynames.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/window/keynames.cxx')
-rw-r--r--vcl/win/window/keynames.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl/win/window/keynames.cxx b/vcl/win/window/keynames.cxx
index 6ca192ba7d5c..0d4f12f82cb8 100644
--- a/vcl/win/window/keynames.cxx
+++ b/vcl/win/window/keynames.cxx
@@ -51,6 +51,8 @@
namespace vcl_sal {
+ namespace {
+
struct KeysNameReplacement
{
LONG aSymbol;
@@ -64,6 +66,8 @@ namespace vcl_sal {
int nReplacements;
};
+ }
+
// CAUTION CAUTION CAUTION
// Every string value in the replacements tables must be in UTF-8
// but with the UTF-8 bytes encoded, not as such! Be careful!