Skip to content

Commit 105957f

Browse files
Add pre-declaration to AutoReentrancyHandler
Was previously used in templated function prior to definition.
1 parent bd11fc9 commit 105957f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Runtime/Base/ThreadContext.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ class ThreadConfiguration
322322
}
323323
};
324324

325+
class AutoReentrancyHandler;
326+
325327
class ThreadContext sealed :
326328
public DefaultRecyclerCollectionWrapper,
327329
public JsUtil::DoublyLinkedListElement<ThreadContext>,

0 commit comments

Comments
 (0)