From 5f1a3be8303288fa2b741db835f77d2df7c543a0 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 1 Mar 2002 17:12:13 +0000 Subject: [PATCH] Make the d-tor public to make Dekel's compiler happy. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3630 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 4 +++- src/support/forkedcontr.h | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index c6a8935be5..72e7b400e7 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,7 +1,9 @@ -2002-02-19 Angus Leeming +2002-03-01 Angus Leeming * filetools.C (getExtFromContents): cleanup. + * forkedcontr.h (d-tor): make it public for Dekel's crappy compiler. + 2002-02-27 Jean-Marc Lasgouttes * Makefile.am (SIGC_INCLUDES): add a -I directive for when diff --git a/src/support/forkedcontr.h b/src/support/forkedcontr.h index 96db3f9655..c443a5da1b 100644 --- a/src/support/forkedcontr.h +++ b/src/support/forkedcontr.h @@ -29,6 +29,11 @@ class Timeout; class ForkedcallsController : public SigC::Object { public: + /** This d-tor should really be private, but making it public + * allows egcs 1.1 to compile the class. + */ + ~ForkedcallsController(); + /// Get hold of the only controller that can exist inside the process. static ForkedcallsController & get(); @@ -62,8 +67,6 @@ private: ForkedcallsController(); /// ForkedcallsController(ForkedcallsController const &); - /// - ~ForkedcallsController(); /// The child processes typedef std::list ListType; -- 2.39.2