Page: add id field

Esse commit está contido em:
2018-11-04 19:31:58 +01:00
commit 099f6533f8
4 arquivos alterados com 11 adições e 8 exclusões

1
page.h
Ver Arquivo

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