mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* 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:
parent
d4c773d845
commit
0961bc2d97
@ -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_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user