]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/webview_webkit.cpp
simplify code to return from the end of the function
[wxWidgets.git] / src / gtk / webview_webkit.cpp
index 28754d298a52abcf6e042df368359eccf302f59b..3e9008503fc5eb246c24f90b3c72c599902dbda1 100644 (file)
@@ -1004,7 +1004,7 @@ void wxWebViewWebKit::FindClear()
 wxVisualAttributes
 wxWebViewWebKit::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
 {
-     return GetDefaultAttributesFromGTKWidget(webkit_web_view_new);
+     return GetDefaultAttributesFromGTKWidget(webkit_web_view_new());
 }