fix a few typos
This commit is contained in:
@@ -42,7 +42,7 @@ template <typename T> struct RegexFilter
|
||||
return m_rx.match(menu.Stringify(item));
|
||||
}
|
||||
|
||||
static std::string currentFilter(NCurses::Menu<T> &menu)
|
||||
static std::string currentFilter(MenuT &menu)
|
||||
{
|
||||
std::string filter;
|
||||
auto rf = menu.getFilter().template target< RegexFilter<T> >();
|
||||
@@ -56,6 +56,4 @@ private:
|
||||
FilterFunction m_custom_filter;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user