Skip to content

Commit 98aa95c

Browse files
JoshJRiveJoshJRive
andcommitted
fix build: looks like a rivestd got left behind by a merge (#11953) 5069323843
Co-authored-by: Josh Jersild <joshua@rive.app>
1 parent 1b6ae36 commit 98aa95c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c17d93023831409c010af31a2cf67114e5110a55
1+
50693238434ae0c53c40146dc0902591de343e25

src/file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ ImportResult File::read(BinaryReader& reader, const RuntimeHeader& header)
466466
break;
467467
case ListenerInputTypeKeyboardBase::typeKey:
468468
stackObject =
469-
rivestd::make_unique<ListenerInputTypeKeyboardImporter>(
469+
std::make_unique<ListenerInputTypeKeyboardImporter>(
470470
object->as<ListenerInputTypeKeyboard>());
471471
stackType = ListenerInputTypeKeyboardBase::typeKey;
472472
break;

0 commit comments

Comments
 (0)