diff options
Diffstat (limited to 'src/layers.cpp')
-rw-r--r-- | src/layers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.cpp b/src/layers.cpp index 30828dd..04f944d 100644 --- a/src/layers.cpp +++ b/src/layers.cpp @@ -77,7 +77,7 @@ struct result<struct layer_map> to_layer_map(nlohmann::json const &j) { j.value("layer_id", -1), layer(j)); }); - // XXX: add sanity checks here? + // TODO: add sanity checks here? // * check for double IDs // * check for double names/roles |