summaryrefslogtreecommitdiff
path: root/src/search/SearchView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/SearchView.cpp')
-rw-r--r--src/search/SearchView.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/search/SearchView.cpp b/src/search/SearchView.cpp
index e589d20..8e5360f 100644
--- a/src/search/SearchView.cpp
+++ b/src/search/SearchView.cpp
@@ -212,3 +212,8 @@ void SearchView::NotifySaveListChanged(SearchModel * sender)
}
}
}
+
+void SearchView::OnTick(float dt)
+{
+ c->Update();
+}