From 58216db8548a2d33143d1f2c2595c22f1d1fab91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 23 Oct 2003 15:09:04 +0000 Subject: [PATCH] hm... a bit more testing seems to be in order.. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7968 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/RowList_fwd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RowList_fwd.h b/src/RowList_fwd.h index a86fae5e53..8f79e3e50f 100644 --- a/src/RowList_fwd.h +++ b/src/RowList_fwd.h @@ -12,10 +12,10 @@ #ifndef ROW_LIST_FWD_H #define ROW_LIST_FWD_H -#include +#include class Row; -typedef std::vector RowList; +typedef std::list RowList; #endif