* FileDialog.h: make private_ member private

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14403 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2006-07-09 17:27:17 +00:00
parent d4c773d845
commit 0961bc2d97

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