]> git.lyx.org Git - lyx.git/blobdiff - src/cursor_slice.h
fix reading the author field.
[lyx.git] / src / cursor_slice.h
index f50820549a31ce59b620c0eb837088bffcbad93b..230a9ad83949309e6aec2a5a1f916c2724edf990 100644 (file)
@@ -153,5 +153,7 @@ bool operator!=(CursorSlice const &, CursorSlice const &);
 bool operator<(CursorSlice const &, CursorSlice const &);
 /// test for order
 bool operator>(CursorSlice const &, CursorSlice const &);
+/// test for order
+bool operator<=(CursorSlice const &, CursorSlice const &);
 
 #endif