]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList_fwd.h
fix dialogs in LyX/Mac
[lyx.git] / src / ParagraphList_fwd.h
index 8febea1383093182a74f21cce531cbbdbae0954a..a937a891800edc191ee25341ed09c8d1a93a3e73 100644 (file)
 
 class Paragraph;
 
-class ParagraphList : public std::vector<Paragraph> 
+class ParagraphList : public std::vector<Paragraph>
 {
 public:
        ///
        typedef std::vector<Paragraph> base_type;
        ///
-       ParagraphList(); 
+       ParagraphList();
        ///
        template <class Iter>
        ParagraphList(Iter beg, Iter end)