From 0961bc2d97859eaf1ac1c1901f7fbb4ce2282151 Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sun, 9 Jul 2006 17:27:17 +0000 Subject: [PATCH] * FileDialog.h: make private_ member private git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14403 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/FileDialog.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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_; -- 2.39.2