@@ -158,7 +158,7 @@ struct StoryPageElement : StoryPageElementPool::PoolItem<&_story_page_element_po
 | 
			
		||||
/** Struct about stories, current and completed */
 | 
			
		||||
struct StoryPage : StoryPagePool::PoolItem<&_story_page_pool> {
 | 
			
		||||
	uint32_t sort_value;          ///< A number that increases for every created story page. Used for sorting. The id of a story page is the pool index.
 | 
			
		||||
	Date date;                    ///< Date when the page was created.
 | 
			
		||||
	CalTime::Date date;           ///< Date when the page was created.
 | 
			
		||||
	CompanyID company;            ///< StoryPage is for a specific company; INVALID_COMPANY if it is global
 | 
			
		||||
 | 
			
		||||
	std::string title;            ///< Title of story page
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user