Page: add id field

此提交包含在:
2018-11-04 19:31:58 +01:00
父節點 b6cdf9a088
當前提交 099f6533f8
共有 4 個檔案被更改,包括 11 行新增8 行删除

1
page.h
查看文件

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