diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 20:31:24 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 20:31:24 +0000 |
commit | 9cfafa755012bfd68c661996ddaea76e2e265f81 (patch) | |
tree | 1fe3ce4840a519ac38b302d0036741824fcce280 /ChangeLog | |
parent | 21f741eea2caa062267bd1f8f5055ab622261950 (diff) | |
download | mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.gz mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.bz2 mana-9cfafa755012bfd68c661996ddaea76e2e265f81.tar.xz mana-9cfafa755012bfd68c661996ddaea76e2e265f81.zip |
Fixed some compilation warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-09-20 Guillaume Melquiond <guillaume.melquiond@gmail.com> + + * src/gui/browserbox.cpp: Fixed missing const qualifier. + * src/gui/windowlistener.h: Reduced warning about unused parameter. + * src/particle.h, src/particle.cpp: Moved function out of header file. + * src/net/chathandler.cpp: Removed useless include. + * src/utils/trim.h: Fixed storage qualifier. + 2007-09-16 Guillaume Melquiond <guillaume.melquiond@gmail.com> * src/gui/button.cpp: Fixed improper const qualifier. |