]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FileDialog.h
Support lgathered and rgathered math environments
[lyx.git] / src / frontends / FileDialog.h
index 47949dba81dcb75b117d52cacd2fd59ae8d31794..c4e4c4cd1b9eb14b8273cceebac2d13fdb83949d 100644 (file)
@@ -81,15 +81,11 @@ public:
                          lyx::support::FileFilterList const & filters,
                          std::string const & suggested);
 
-       /* This *has* to be public because there is no way to specify
-        * extern "C" functions as friends of Private implementation for
-        * the xforms implementation ... grr
-        */
+private:
        class Private;
        friend class Private;
        Private * private_;
 
-private:
        /// the dialog title
        std::string title_;