Skip to content

Commit 0772fcc

Browse files
committed
Minor things missed
1 parent 13977ce commit 0772fcc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Client/cefweb/CefWeb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace
5353
// Returns CWebCoreInterface pointer on success, nullptr on failure
5454
// Thread safety: Must be called from the main thread only
5555
//
56-
extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore) noexcept
56+
extern "C" _declspec(dllexport) CWebCoreInterface* InitWebCoreInterface(CCoreInterface* pCore)
5757
{
5858
// Validate and initialize global interfaces
5959
if (!InitializeGlobalInterfaces(pCore)) [[unlikely]]
512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)