]> git.lyx.org Git - lyx.git/blobdiff - src/cursor_slice.h
Revert change in rev. 15955 because as Georg says:
[lyx.git] / src / cursor_slice.h
index f08fe045af4d27ba794c563d03fe8c91c4e8e203..22218ea713a2ba03e24de4f4953cad13d5167b10 100644 (file)
@@ -23,6 +23,9 @@
 #include <cstddef>
 #include <iosfwd>
 
+
+namespace lyx {
+
 class BufferView;
 class InsetBase;
 class MathInset;
@@ -41,10 +44,6 @@ class CursorSlice {
 public:
        /// type for cell number in inset
        typedef size_t idx_type;
-       /// type for paragraph numbers positions within a cell
-       typedef lyx::pit_type pit_type;
-       /// type for cursor positions within a cell
-       typedef lyx::pos_type pos_type;
        /// type for row indices
        typedef size_t row_type;
        /// type for col indices
@@ -154,4 +153,7 @@ bool operator>(CursorSlice const &, CursorSlice const &);
 /// test for order
 bool operator<=(CursorSlice const &, CursorSlice const &);
 
+
+} // namespace lyx
+
 #endif