From: Michael Schmitt Date: Sun, 9 Jul 2006 17:27:17 +0000 (+0000) Subject: * FileDialog.h: make private_ member private X-Git-Tag: 1.6.10~12969 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0961bc2d97859eaf1ac1c1901f7fbb4ce2282151;p=features.git * FileDialog.h: make private_ member private git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14403 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/FileDialog.h b/src/frontends/FileDialog.h index 47949dba81..c4e4c4cd1b 100644 --- a/src/frontends/FileDialog.h +++ b/src/frontends/FileDialog.h @@ -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_;