diff options
Diffstat (limited to 'source/game/StarItemRecipe.hpp')
-rw-r--r-- | source/game/StarItemRecipe.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/game/StarItemRecipe.hpp b/source/game/StarItemRecipe.hpp index b2d51d7..5285c9a 100644 --- a/source/game/StarItemRecipe.hpp +++ b/source/game/StarItemRecipe.hpp @@ -8,9 +8,9 @@ namespace Star { STAR_EXCEPTION(RecipeException, StarException); struct ItemRecipe { - Json toJson(); + Json toJson() const; - bool isNull(); + bool isNull() const; bool operator==(ItemRecipe const& rhs) const; bool operator!=(ItemRecipe const& rhs) const; |