diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-07-18 00:50:40 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-07-18 00:50:40 +0200 |
| commit | f553276c24b6f4bdfcdb8558b46f1e90d79e8368 (patch) | |
| tree | 5d53b48dcd733701fa134647ed1739b4e6abab0f /dash | |
| parent | 98dc6d18c58148534a6b29803afd162e7496d816 (diff) | |
TestTabIterator: use friend class TestTabIterator
(bzr r3427.1.10)
Diffstat (limited to 'dash')
| -rw-r--r-- | dash/previews/TabIterator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dash/previews/TabIterator.h b/dash/previews/TabIterator.h index 853883260..725692468 100644 --- a/dash/previews/TabIterator.h +++ b/dash/previews/TabIterator.h @@ -53,7 +53,8 @@ public: unsigned long special_keys_state); nux::Area* KeyNavIteration(nux::KeyNavDirection direction); -protected: +private: + friend class TestTabIterator; std::list<nux::InputArea*> areas_; }; |
