File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/settingsgen/settingsgen.cpp
Show inline comments
 
@@ -152,7 +152,7 @@ private:
 
		return num_blocks > 0 && this->output_buffer[num_blocks - 1].HasRoom();
 
	}
 

	
 
	typedef SmallVector<OutputBuffer, 2> OutputBufferVector; ///< Vector type for output buffers.
 
	typedef std::vector<OutputBuffer> OutputBufferVector; ///< Vector type for output buffers.
 
	OutputBufferVector output_buffer; ///< Vector of blocks containing the stored output.
 
};