summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-02-20 22:04:21 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-02-20 22:04:21 +0000
commitb21abbddcbb609a5393d2aa5267f0cbb3544fafd (patch)
treee1a8d8fb5512b55745186dfff48f7c87e43be9d0 /ChangeLog
parentf39006c0a02596c5def64b347be7f20ea3ca2096 (diff)
downloadsigc++-b21abbddcbb609a5393d2aa5267f0cbb3544fafd.tar.gz
#included <new> to avoid an unresolved symbol error with the Tru64
2005-02-20 Murray Cumming <murrayc@murrayc.com> * tests/test_slot.cc, test_disconnect.cc: #included <new> to avoid an unresolved symbol error with the Tru64 compiler. Solutio found by Tim Mooney in bug #161503.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e984be..6e3cc86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-20 Murray Cumming <murrayc@murrayc.com>
+
+ * tests/test_slot.cc, test_disconnect.cc: #included <new> to avoid
+ an unresolved symbol error with the Tru64 compiler. Solutio found by
+ Tim Mooney in bug #161503.
+
2005-02-20 Martin Schulze <mschulze@cvs.gnome.org>
* sigc++/signal_base.h: Add some documentation.