diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 21:23:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-08 21:37:42 +0100 |
commit | 4f56db98af686bab0ec90b4342428b7fd42b2f7b (patch) | |
tree | d1210e11415484414fe24426f42cdead25c0ed67 /cppu | |
parent | 7024c86b17f80b9ebcf58f44ab0e3f1bfdb9d16e (diff) |
Clean up namespace
Change-Id: I8207f7906cb8914b6c272efaf8f136a1bce7e4b0
Diffstat (limited to 'cppu')
-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) |