diff options
Diffstat (limited to 'views/view_gtk.cc')
-rw-r--r-- | views/view_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view_gtk.cc b/views/view_gtk.cc index 602e4c0..464534a 100644 --- a/views/view_gtk.cc +++ b/views/view_gtk.cc @@ -31,7 +31,7 @@ void View::NotifyAccessibilityEvent(AccessibilityTypes::Event event_type, // notification should be sent here. } -ViewAccessibilityWrapper* View::GetViewAccessibilityWrapper() { +ViewAccessibility* View::GetViewAccessibility() { NOTIMPLEMENTED(); return NULL; } |