diff options
Diffstat (limited to 'source/cItem.h')
-rw-r--r-- | source/cItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cItem.h b/source/cItem.h index ba88a1940..a0832ef03 100644 --- a/source/cItem.h +++ b/source/cItem.h @@ -85,7 +85,7 @@ public: inline bool HasDuration() { return GetMaxDuration() > 0; }
- void GetJson( Json::Value & a_OutValue ); //tolua_export
+ void GetJson( Json::Value & a_OutValue ) const; //tolua_export
void FromJson( const Json::Value & a_Value ); //tolua_export
static bool IsEnchantable(ENUM_ITEM_ID item);
|