Page: add id field

This commit is contained in:
2018-11-04 19:31:58 +01:00
parent b6cdf9a088
commit 099f6533f8
4 changed files with 11 additions and 8 deletions

1
page.h
View File

@@ -9,6 +9,7 @@ class Page
std::string name;
bool listed;
unsigned int current_revision;
unsigned int pageid;
};
#endif // PAGE_H