]> git.lyx.org Git - lyx.git/blobdiff - src/session.h
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / session.h
index 5458211206f53ff28c9d87e7575eb448c1bea62e..a7b6876401f165b9361823e058a7ff5ff3f6726e 100644 (file)
@@ -39,7 +39,7 @@ class Session : boost::noncopyable {
 
 public:
        ///
-       typedef boost::tuple<lyx::pit_type, lyx::pos_type> FilePos;
+       typedef boost::tuple<pit_type, pos_type> FilePos;
        ///
        typedef std::map<std::string, FilePos> FilePosMap;
        ///
@@ -47,7 +47,7 @@ public:
        ///
        typedef std::vector<std::string> LastOpened;
        ///
-       typedef boost::tuple<unsigned int, std::string, unsigned int, lyx::pos_type> Bookmark;
+       typedef boost::tuple<unsigned int, std::string, unsigned int, pos_type> Bookmark;
        ///
        typedef std::vector<Bookmark> BookmarkList;
        ///