]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormRef.h
index 622fae32b007a5f948634197b8cf7cb3c17ae3bb..4a5b24b0acd2fab9d543df14cb2233dba7fc97fb 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Angus Leeming
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMREF_H
@@ -35,7 +35,7 @@ private:
        virtual void update();
 
        ///
-       void updateBrowser(std::vector<string> const &) const;
+       void updateBrowser(std::vector<std::string> const &) const;
 
        ///
        void switch_go_button();
@@ -43,7 +43,7 @@ private:
        ///
        bool at_ref_;
        ///
-       std::vector<string> refs_;
+       std::vector<std::string> refs_;
 };
 
 #endif // FORMREF_H