Fixed a compile warning

This commit is contained in:
Sergey Popov 2010-05-03 00:05:00 +00:00
parent 82b2224ca2
commit 0ccf32dae5

View File

@ -25,8 +25,8 @@ class persist_context {
private:
// TODO: dirty marking
// TODO: child persist_contexts for embedded namespaces?
config cfg_;
std::string namespace_;
config cfg_;
bool valid_;
public:
persist_context(const std::string &);