diff options
Diffstat (limited to 'views/focus/focus_search.h')
-rw-r--r-- | views/focus/focus_search.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/focus/focus_search.h b/views/focus/focus_search.h index 571982a..ae20a31 100644 --- a/views/focus/focus_search.h +++ b/views/focus/focus_search.h @@ -14,7 +14,7 @@ class FocusTraversable; // FocusSearch is an object that implements the algorithm to find the // next view to focus. -class VIEWS_API FocusSearch { +class VIEWS_EXPORT FocusSearch { public: // The direction in which the focus traversal is going. // TODO (jcampan): add support for lateral (left, right) focus traversal. The |