summaryrefslogtreecommitdiff
path: root/src/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/value.h')
-rw-r--r--src/value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.h b/src/value.h
index 7c507712..d4387f61 100644
--- a/src/value.h
+++ b/src/value.h
@@ -112,7 +112,6 @@ public:
ANY // a pointer to an arbitrary object
};
-private:
class storage_t
{
friend class value_t;
@@ -244,6 +243,7 @@ private:
#endif // HAVE_BOOST_SERIALIZATION
};
+private:
/**
* The actual data for each value_t is kept in reference counted storage.
* Data is modified using a copy-on-write policy.