summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-08-26 13:52:47 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-08-26 13:52:47 +0000
commit85473912000fe15dccb582ceb368de07795931df (patch)
tree46926dae51d5e027fe424605209c4cb0714281b3
parent37288be95e498f11b6e1ed447b7365dbc5c478a1 (diff)
downloadglibmm-85473912000fe15dccb582ceb368de07795931df.tar.gz
Actually use the copy constructor (or operator=), instead of just copying
2008-08-26 Murray Cumming <murrayc@murrayc.com> * tests/glibmm_nodetree/main.cc: Actually use the copy constructor (or operator=), instead of just copying the pointer. svn path=/trunk/; revision=721
-rw-r--r--ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7dbc6123..ac7b4653 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,7 @@
-2008-08-26 Murray Cumming,,, <murrayc@murrayc.com>
-
- reviewed by: <delete if not using a buddy>
- patch by: <delete if not someone else's patch>
+2008-08-26 Murray Cumming <murrayc@murrayc.com>
- * tests/glibmm_nodetree/main.cc:
+ * tests/glibmm_nodetree/main.cc: Actually use the copy constructor (or operator=),
+ instead of just copying the pointer.
2008-08-26 Murray Cumming <murrayc@murrayc.com>