Skip to content

Commit 7670771

Browse files
committed
Change constructor
1 parent d93cde3 commit 7670771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-dev/Source/Sentry/Private/Null/NullSentryId.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class FNullSentryId final : public ISentryId
88
{
99
public:
10-
FNullSentryId(const FString& Id) = default;
10+
FNullSentryId(const FString& Id) {};
1111

1212
virtual ~FNullSentryId() override = default;
1313

0 commit comments

Comments
 (0)