aboutsummaryrefslogtreecommitdiff
path: root/src/FocusableList.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FocusableList.cc')
-rw-r--r--src/FocusableList.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FocusableList.cc b/src/FocusableList.cc
index 3689283..da4f6b4 100644
--- a/src/FocusableList.cc
+++ b/src/FocusableList.cc
@@ -74,7 +74,7 @@ const FocusableList *FocusableList::getListFromOptions(BScreen &scr, int opts) {
74} 74}
75 75
76FocusableList::FocusableList(BScreen &scr, const string & pat): 76FocusableList::FocusableList(BScreen &scr, const string & pat):
77 m_pat(0), m_parent(0), m_screen(scr) { 77 m_parent(0), m_screen(scr) {
78 78
79 int options = 0; 79 int options = 0;
80 string pattern; 80 string pattern;