Skip to content

Commit

Permalink
using 'auto' instead of type specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Apr 29, 2018
1 parent 9e67822 commit 5b76ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ApplicationContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ namespace LAppS

cleanLuaStack();

std::shared_ptr<json> message=std::make_shared<json>(json::from_cbor(*event.message));
auto message=std::make_shared<json>(json::from_cbor(*event.message));

auto msg_type=getLAppSInMessageType(*message);

Expand Down

0 comments on commit 5b76ff6

Please # to comment.