diff options
-rw-r--r-- | cppu/source/uno/check.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/source/uno/check.cxx b/cppu/source/uno/check.cxx index dfc8d84fd817..7adfe36f12db 100644 --- a/cppu/source/uno/check.cxx +++ b/cppu/source/uno/check.cxx @@ -28,7 +28,7 @@ #if OSL_DEBUG_LEVEL > 0 -namespace cppu { +namespace { #if defined( SAL_W32) #pragma pack(push, 8) |