From 1741c826642ccd2204b2fece7452c2c0e462474a Mon Sep 17 00:00:00 2001 From: wl Date: Wed, 15 Dec 2010 20:44:39 +0000 Subject: Fix compilation problem. This issue happens with gcc 4.2.4. * src/roff/troff/node.cpp (node::~node): Move to... * src/roff/troff/node.h: Here. This ensures that the inline member function is publicly visible. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b9e473b4..790dafb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-12-15 Werner LEMBERG + + Fix compilation problem. + + This issue happens with gcc 4.2.4. + + * src/roff/troff/node.cpp (node::~node): Move to... + * src/roff/troff/node.h: Here. This ensures that the inline + member function is publicly visible. + 2010-12-15 Werner LEMBERG Remove unused code. -- cgit v1.2.1