summaryrefslogtreecommitdiffstats
path: root/src/layers.cpp
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-15 16:00:51 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-15 16:32:20 +0200
commitd08e5d1a943b65ece5ca519c200ab2c0359f51d7 (patch)
tree142f0a878c31aa84024c23418e24196108417686 /src/layers.cpp
parent90058eca3f26be0ad4139465eacec236ec08a980 (diff)
layers: remove last remnants of get<T> to read ints from json
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src/layers.cpp')
-rw-r--r--src/layers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.cpp b/src/layers.cpp
index 0110f17..8f79451 100644
--- a/src/layers.cpp
+++ b/src/layers.cpp
@@ -67,7 +67,7 @@ struct result<struct layer_map> to_layer_map(nlohmann::json const &j) {
auto msi = j.find("main_surface");
if (msi != j.end()) {
- stl.main_surface = get<int>((*msi)["surface_id"]);
+ stl.main_surface = (*msi)["surface_id"];
}
// Check lookup