From 46a538ceab12c89f1806293f6e5f4e89f6605da4 Mon Sep 17 00:00:00 2001 From: Brad Danofsky Date: Wed, 20 Apr 2011 11:14:52 -0700 Subject: stats: add user settable separator string for arrayed stats Default is '::', so no visible change unless it is overridden --- src/base/statistics.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/statistics.cc') diff --git a/src/base/statistics.cc b/src/base/statistics.cc index fa3a4a0c9..8bbc4bf36 100644 --- a/src/base/statistics.cc +++ b/src/base/statistics.cc @@ -48,6 +48,7 @@ using namespace std; namespace Stats { +std::string Info::separatorString = "::"; typedef map MapType; // We wrap these in a function to make sure they're built in time. -- cgit v1.2.3