diff options
Diffstat (limited to 'source/cItem.cpp')
-rw-r--r-- | source/cItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cItem.cpp b/source/cItem.cpp index 2015bd751..acb51611a 100644 --- a/source/cItem.cpp +++ b/source/cItem.cpp @@ -8,7 +8,7 @@ -void cItem::GetJson( Json::Value & a_OutValue )
+void cItem::GetJson( Json::Value & a_OutValue ) const
{
a_OutValue["ID"] = m_ItemID;
if( m_ItemID > 0 )
|