summaryrefslogtreecommitdiff
path: root/vcl/source/window/resource.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/resource.cxx')
-rw-r--r--vcl/source/window/resource.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/source/window/resource.cxx b/vcl/source/window/resource.cxx
index 4bb5a0a84e33..8c13006d5349 100644
--- a/vcl/source/window/resource.cxx
+++ b/vcl/source/window/resource.cxx
@@ -34,6 +34,7 @@ static OString ImplAutoHelpID( ResMgr* pResMgr )
return aRet;
}
+namespace vcl {
WinBits Window::ImplInitRes( const ResId& rResId )
{
@@ -156,3 +157,5 @@ void Window::ImplLoadRes( const ResId& rResId )
}
}
+} /* namespace vcl */
+