diff options
| author | MenTaLguY <mental@rydia.net> | 2006-05-09 03:00:35 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-05-09 03:00:35 +0000 |
| commit | a7521789b390bf001092f104cd7e77df5470cfa1 (patch) | |
| tree | 79ccbfc52d1c367982cd6997fb9faae8761a228e /ChangeLog | |
| parent | use array new rather than dynamically-sized automatic arrays, plus cleanups a... (diff) | |
| download | inkscape-a7521789b390bf001092f104cd7e77df5470cfa1.tar.gz inkscape-a7521789b390bf001092f104cd7e77df5470cfa1.zip | |
hmm, make that std::vector
(bzr r783)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
