diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:47:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-28 18:47:57 +0200 |
commit | 1a0bfd8d28c68d3ee60352ef67c58da946c43cea (patch) | |
tree | 821bb46846db0464a1ddbbfe4c60e335a375d33e /source/cItem.h | |
parent | Ice finisher generator; fixed snow on water. (diff) | |
download | cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.gz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.bz2 cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.lz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.xz cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.tar.zst cuberite-1a0bfd8d28c68d3ee60352ef67c58da946c43cea.zip |
Diffstat (limited to '')
-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);
|