From 2962a3cc7afc696344e1b6519c167cb2f8ff5d35 Mon Sep 17 00:00:00 2001 From: Sergey Naumov Date: Thu, 21 Apr 2016 17:35:45 +0300 Subject: [PATCH] Minor fix --- src/ipc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc.cpp b/src/ipc.cpp index efdb34b..db19ede 100644 --- a/src/ipc.cpp +++ b/src/ipc.cpp @@ -51,7 +51,7 @@ inline rect_t parse_rect_from_json(const Json::Value& value) { static std::shared_ptr 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 (new container_t()); IPC_JSON_ASSERT_TYPE_OBJECT(o, "o")