summaryrefslogtreecommitdiffstats
path: root/src/hbtree/hbtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hbtree/hbtree.cpp')
-rw-r--r--src/hbtree/hbtree.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hbtree/hbtree.cpp b/src/hbtree/hbtree.cpp
index a3873557..d9c79843 100644
--- a/src/hbtree/hbtree.cpp
+++ b/src/hbtree/hbtree.cpp
@@ -75,6 +75,8 @@
#define HBTREE_ERROR_LAST(msg) do {lastErrorMessage_ = QLatin1String(msg); (qCritical().nospace() << "ERROR! HBtree(" << fileName_ << ") " << __FUNCTION__ << " =>").space() << msg;} while (0)
+QT_BEGIN_NAMESPACE_HBTREE
+
// NOTES:
// What happens when marker revision overflows? Maybe you need to reset revisions from time to time?
@@ -3288,3 +3290,5 @@ void HBtreePrivate::NodePage::clearHistory()
history.clear();
meta.historySize = 0;
}
+
+QT_END_NAMESPACE_HBTREE