]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Move bind file format tag to LyXAction.cpp, and rename it.
[lyx.git] / src / Paragraph.h
index 762e97dc660c3874c80ec51438e9def79fefa382..0e4372593adb38916387c26ecdc303b9cfb417ee 100644 (file)
@@ -82,6 +82,10 @@ public:
                return first <= p && p <= last;
        }
 
+       inline bool empty() const
+       {
+               return first > last;
+       }
 };
 
 ///