From 88a9bae160dd0bf28fe41b2a45c198d67a65c914 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 10 Aug 2011 23:22:44 +0200 Subject: [PATCH] constify inventory item serialization --- src/inventory.cpp | 4 ++-- src/inventory.h | 29 ++++++++++++----------------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/src/inventory.cpp b/src/inventory.cpp index c413cc52f..1ee63819d 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -320,7 +320,7 @@ void InventoryList::clearItems() //setDirty(true); } -void InventoryList::serialize(std::ostream &os) +void InventoryList::serialize(std::ostream &os) const { //os.imbue(std::locale("C")); @@ -661,7 +661,7 @@ Inventory & Inventory::operator = (const Inventory &other) return *this; } -void Inventory::serialize(std::ostream &os) +void Inventory::serialize(std::ostream &os) const { for(u32 i=0; i