]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormNote.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormNote.h
index 6d282b5762e35381001b1c90c185c9bc509d3339..8c1e1376d03c9ef4d17548a6df52e7ce62d40ba1 100644 (file)
 #ifndef FORMNOTE_H
 #define FORMNOTE_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
 
 class ControlNote;
 struct FD_note;
@@ -26,16 +27,15 @@ public:
        /// Constructor
        FormNote(Dialog &);
 private:
-       /// 
+       ///
        virtual void apply();
        /// Build the dialog
        virtual void build();
        /// Update dialog before showing it
        virtual void update();
-       ///
-       std::vector<string> ids_;
-       ///
-       std::vector<string> gui_names_;
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMNOTE_H