summaryrefslogtreecommitdiff
path: root/cpp/msgpack/object.hpp
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-04-25 06:39:12 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-04-25 06:39:12 +0900
commit9df6916029e2eba4ca0f93578f631d34208e6415 (patch)
treec720852541a0ffc3a6526ee8a94c0380043d158b /cpp/msgpack/object.hpp
parent9bfa2354ff9e667436fc4e6ced2274a5c0e55aab (diff)
downloadmsgpack-python-9df6916029e2eba4ca0f93578f631d34208e6415.tar.gz
cpp: object::object(const T& v, zone* z) 2
Diffstat (limited to 'cpp/msgpack/object.hpp')
-rw-r--r--cpp/msgpack/object.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/msgpack/object.hpp b/cpp/msgpack/object.hpp
index 37c1926..a72913a 100644
--- a/cpp/msgpack/object.hpp
+++ b/cpp/msgpack/object.hpp
@@ -103,14 +103,12 @@ struct object {
operator msgpack_object();
+ struct with_zone;
+
private:
struct implicit_type;
public:
- // FIXME private?
- struct with_zone;
-
-public:
implicit_type convert() const;
};