Merge branch 'master' into topic/robin/log-threads

This commit is contained in:
Robin Sommer 2012-02-12 08:50:47 -08:00
commit abb506ec63
23 changed files with 313 additions and 274 deletions

View file

@ -5,7 +5,7 @@
#include "util.h"
Brofiler::Brofiler()
: delim('\t'), ignoring(0)
: ignoring(0), delim('\t')
{
}