summaryrefslogtreecommitdiffstats
path: root/views/controls/tree/tree_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/tree/tree_view.h')
-rw-r--r--views/controls/tree/tree_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/controls/tree/tree_view.h b/views/controls/tree/tree_view.h
index e3427d0..72667bf 100644
--- a/views/controls/tree/tree_view.h
+++ b/views/controls/tree/tree_view.h
@@ -161,7 +161,7 @@ class TreeView : public NativeControl, TreeModelObserver {
// start editting.
virtual bool OnKeyDown(int virtual_key_code);
- virtual void OnContextMenu(const WTL::CPoint& location);
+ virtual void OnContextMenu(const POINT& location);
// Returns the TreeModelNode for |tree_item|.
TreeModelNode* GetNodeForTreeItem(HTREEITEM tree_item);