]> 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 4a5b24b0acd2fab9d543df14cb2233dba7fc97fb..cd00ae9bd99e6bc9bf86b9b31aaa900a734b517a 100644 (file)
 #ifndef FORMREF_H
 #define FORMREF_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlRef;
 struct FD_ref;
 
@@ -46,4 +48,7 @@ private:
        std::vector<std::string> refs_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMREF_H