File diff r27883:ddbd33508a8a → r27884:803962be0328
src/linkgraph/linkgraphjob.h
Show inline comments
 
@@ -175,13 +175,13 @@ protected:
 
public:
 
	/**
 
	 * Bare constructor, only for save/load. link_graph, join_date and actually
 
	 * settings have to be brutally const-casted in order to populate them.
 
	 */
 
	LinkGraphJob() : settings(_settings_game.linkgraph),
 
			join_date(INVALID_DATE), job_completed(false), job_aborted(false) {}
 
			join_date(CalendarTime::INVALID_DATE), job_completed(false), job_aborted(false) {}
 

	
 
	LinkGraphJob(const LinkGraph &orig);
 
	~LinkGraphJob();
 

	
 
	void Init();