]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormRef.h
get rid of broken_header.h and some unneeded tests
[lyx.git] / src / frontends / xforms / FormRef.h
index 927ea982b95ba1d40fa04599544b07a88230909a..cd00ae9bd99e6bc9bf86b9b31aaa900a734b517a 100644 (file)
 #ifndef FORMREF_H
 #define FORMREF_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlRef;
 struct FD_ref;
 
@@ -35,7 +37,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 +45,10 @@ private:
        ///
        bool at_ref_;
        ///
-       std::vector<string> refs_;
+       std::vector<std::string> refs_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMREF_H