We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17f3d2 commit cecb050Copy full SHA for cecb050
1 file changed
src/embed_win32.cpp
@@ -13,7 +13,7 @@ class HWNDEmbed : public detail::Embed {
13
HWNDEmbed (lui::Embed& o) : detail::Embed (o) {}
14
~HWNDEmbed() = default;
15
16
- void* native_view() const noexcept { nullptr; }
+ void* native_view() const noexcept { return nullptr; }
17
18
void view_changed() {
19
if (attachment == nullptr)
0 commit comments