aboutsummaryrefslogtreecommitdiff
path: root/src/querymanager.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/querymanager.hh')
-rw-r--r--src/querymanager.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/querymanager.hh b/src/querymanager.hh
index a7108a6..46ea80d 100644
--- a/src/querymanager.hh
+++ b/src/querymanager.hh
@@ -642,7 +642,7 @@ public:
// String Buffer
//==============================================================================
-template<int N = KB(2)>
+template<int N>
struct StringBuffer{
private:
STATIC_ASSERT(N > 0);