Minor fix

This commit is contained in:
Sergey Naumov
2016-04-21 17:35:45 +03:00
parent 2d69c45495
commit 2962a3cc7a

View File

@@ -51,7 +51,7 @@ inline rect_t parse_rect_from_json(const Json::Value& value) {
static std::shared_ptr<container_t> parse_container_from_json(const Json::Value& o) { static std::shared_ptr<container_t> parse_container_from_json(const Json::Value& o) {
#define i3IPC_TYPE_STR "GET_TREE" // FIXME #define i3IPC_TYPE_STR "PARSE CONTAINER FROM JSON"
std::shared_ptr<container_t> container (new container_t()); std::shared_ptr<container_t> container (new container_t());
IPC_JSON_ASSERT_TYPE_OBJECT(o, "o") IPC_JSON_ASSERT_TYPE_OBJECT(o, "o")