Skip to content

Commit 3c46109

Browse files
committed
Added empty event_atom/name_atom message handler to prevent error message.
Signed-off-by: Ken McGaugh <[email protected]>
1 parent 6e414d6 commit 3c46109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/timeline/src/clip_actor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ caf::message_handler ClipActor::message_handler() {
247247
return jsn;
248248
},
249249

250+
[=](utility::event_atom, utility::name_atom, const std::string & /*name*/) {},
251+
250252
[=](item_name_atom, const std::string &value) -> JsonStore {
251253
auto jsn = base_.item().set_name(value);
252254
if (not jsn.is_null())

0 commit comments

Comments
 (0)