summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/tools/qfreelist.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/corelib/tools/qfreelist.cpp b/src/corelib/tools/qfreelist.cpp
index 63e37ec249..bbbdb25e49 100644
--- a/src/corelib/tools/qfreelist.cpp
+++ b/src/corelib/tools/qfreelist.cpp
@@ -41,6 +41,8 @@
#include "qfreelist_p.h"
+QT_BEGIN_NAMESPACE
+
// default sizes and offsets (no need to define these when customizing)
enum {
Offset0 = 0x00000000,
@@ -60,3 +62,6 @@ const int QFreeListDefaultConstants::Sizes[QFreeListDefaultConstants::BlockCount
Size2,
Size3
};
+
+QT_END_NAMESPACE
+