summaryrefslogtreecommitdiffstats
path: root/gui/pages/BasePage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/pages/BasePage.h')
-rw-r--r--gui/pages/BasePage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/pages/BasePage.h b/gui/pages/BasePage.h
index d057d8f7..feb19a79 100644
--- a/gui/pages/BasePage.h
+++ b/gui/pages/BasePage.h
@@ -41,7 +41,8 @@ public:
{
return true;
}
- int index = -1;
+ int stackIndex = -1;
+ int listIndex = -1;
};
typedef std::shared_ptr<BasePage> BasePagePtr; \ No newline at end of file