Browse Source

fix method name

CPP-GTK4
yggverse 3 months ago
parent
commit
c4086d866f
  1. 2
      src/app/browser/main/tab/page.cpp

2
src/app/browser/main/tab/page.cpp

@ -131,7 +131,7 @@ void Page::update()
), .25 ), .25
); );
GioSocketConnection_RefPtr = GioSocketClient_RefPtr->connect_to_host_finish( GioSocketConnection_RefPtr = GioSocketClient_RefPtr->connect_to_uri_finish(
result result
); );

Loading…
Cancel
Save