From b84f676946941df6f7e8476d77d1db0cbe7736c5 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Apr 2007 02:14:53 +0000 Subject: Did some optimization and memory cleanup --- mask.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mask.cc') diff --git a/mask.cc b/mask.cc index 11700a51..85a7570c 100644 --- a/mask.cc +++ b/mask.cc @@ -4,7 +4,9 @@ #include -mask_t::mask_t(const std::string& pat) : exclude(false) +namespace ledger { + +mask_t::mask_t(const string& pat) : exclude(false) { const char * p = pat.c_str(); @@ -22,3 +24,5 @@ mask_t::mask_t(const std::string& pat) : exclude(false) expr.assign(p); } + +} // namespace ledger -- cgit v1.2.3