Skip to content

Commit 3717875

Browse files
committed
Compile error correct
1 parent 4726a76 commit 3717875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Launcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ SERVICE_REGISTRATION(Launcher, 1, 0);
5656
{
5757
ASSERT(_service == service);
5858
ASSERT(_memory != nullptr);
59-
ASSERT(_acitivity.IsValid() == true);
59+
ASSERT(_activity.IsValid() == true);
6060

6161
_memory->Observe(0);
6262
_observer.Unregister(&_notification);

0 commit comments

Comments
 (0)