From 306deb2b6a4945d48004248e7b40e1514fdff5a6 Mon Sep 17 00:00:00 2001 From: kollivier Date: Fri, 26 Feb 2016 17:29:45 -0800 Subject: [PATCH] Change the category to avoid duplicate symbol errors with the wxWebView implementation. --- src/html/htmlctrl/webkit/webkit.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/html/htmlctrl/webkit/webkit.mm b/src/html/htmlctrl/webkit/webkit.mm index a80fc5644c..00098ec228 100644 --- a/src/html/htmlctrl/webkit/webkit.mm +++ b/src/html/htmlctrl/webkit/webkit.mm @@ -286,11 +286,11 @@ DEFINE_ONE_SHOT_HANDLER_GETTER( wxWebKitCtrlEventHandler ) // This causes various problems when the WebView is editable, though, and it is still possible // to clear the selection when the view loses focus, so for now, just have it always retain // selection regardless of focus state. -@interface WebView (Utilities) +@interface WebView (Helpers) - (BOOL) maintainsInactiveSelection; @end -@implementation WebView (Utilities) +@implementation WebView (Helpers) - (BOOL) maintainsInactiveSelection {