File diff r27375:a0a5d84605a5 → r27376:7e6826313302
src/gamelog.h
Show inline comments
 
@@ -52,7 +52,7 @@ private:
 
	GamelogActionType action_type;
 
	struct LoggedAction *current_action;
 

	
 
	LoggedChange *Change(GamelogChangeType ct);
 
	void Change(std::unique_ptr<LoggedChange> &&change);
 

	
 
public:
 
	Gamelog();