changeset 90 | d670ba9f726e |
parent 57 | 9385fba1589e |
child 110 | 9ac6d63bfe33 |
--- a/src/core/system-file.h Fri Sep 08 09:20:17 2006 +0200 +++ b/src/core/system-file.h Fri Sep 08 18:45:48 2006 +0200 @@ -67,7 +67,7 @@ * To make sure the data is written to disk, destroy * this object. */ - void write (uint8_t *buffer, uint32_t size); + void write (uint8_t const*buffer, uint32_t size); private: SystemFilePrivate *m_priv; };