summaryrefslogtreecommitdiff
path: root/src/pkg_subtree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg_subtree.cc')
-rw-r--r--src/pkg_subtree.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg_subtree.cc b/src/pkg_subtree.cc
index 0bf8aee5..6b510c2f 100644
--- a/src/pkg_subtree.cc
+++ b/src/pkg_subtree.cc
@@ -26,7 +26,7 @@
#include <cwidget/widgets/tree.h>
void pkg_subtree::paint(widgets::tree *win, int y, bool hierarchical,
- const style &st)
+ const cw::style const style &st)
{
widgets::subtree<pkg_tree_node>::paint(win, y, hierarchical, name);
}
@@ -41,7 +41,7 @@ const wchar_t *pkg_subtree::label()
return name.c_str();
}
-bool pkg_subtree::dispatch_key(const key &k, widgets::tree *owner)
+bool pkg_subtree::dispatch_key(const cwi::key &k, widgets::tree *owner)
{
if(pkg_tree_node::dispatch_key(k, owner))
return true;