summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-05-09 03:00:35 +0000
committermental <mental@users.sourceforge.net>2006-05-09 03:00:35 +0000
commita7521789b390bf001092f104cd7e77df5470cfa1 (patch)
tree79ccbfc52d1c367982cd6997fb9faae8761a228e /ChangeLog
parentuse array new rather than dynamically-sized automatic arrays, plus cleanups a... (diff)
downloadinkscape-a7521789b390bf001092f104cd7e77df5470cfa1.tar.gz
inkscape-a7521789b390bf001092f104cd7e77df5470cfa1.zip
hmm, make that std::vector
(bzr r783)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ab6de7ba..66ccb0508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@
* src/streams-zlib.cpp, src/streams-jar.cpp:
- use array new rather than dynamically-sized automatic arrays,
+ use std::vector rather than dynamically-sized automatic arrays,
plus cleanups and minor fixes
2006-05-08 MenTaLguY <mental@rydia.net>