File diff r23538:8df50944b27a → r23539:bce8329ee42d
src/gfx_layout.h
Show inline comments
 
@@ -150,7 +150,7 @@ public:
 
 *
 
 * It also accounts for the memory allocations and frees.
 
 */
 
class Layouter : public AutoDeleteSmallVector<const ParagraphLayouter::Line *, 4> {
 
class Layouter : public AutoDeleteSmallVector<const ParagraphLayouter::Line *> {
 
	const char *string; ///< Pointer to the original string.
 

	
 
	/** Key into the linecache */