]> git.lyx.org Git - lyx.git/commitdiff
* FileDialog.h: make private_ member private
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 9 Jul 2006 17:27:17 +0000 (17:27 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 9 Jul 2006 17:27:17 +0000 (17:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14403 a592a061-630c-0410-9148-cb99ea01b6c8

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_;