summaryrefslogtreecommitdiff
path: root/cpp/msgpack/object.hpp
diff options
context:
space:
mode:
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;
};