lyx_mirror/src/RowList.h
Lars Gullik Bjønnes 0d876bc179 rowlist10
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6674 a592a061-630c-0410-9148-cb99ea01b6c8
2003-04-01 16:55:48 +00:00

13 lines
133 B
C++

// -*- C++ -*-
#ifndef ROW_LIST_H
#define ROW_LIST_H
#include "lyxrow.h"
#include <list>
typedef std::list<Row> RowList;
#endif