X-Git-Url: http://nitlanguage.org diff --git a/src/model_utils.nit b/src/model_utils.nit index 51c643c..12c07e3 100644 --- a/src/model_utils.nit +++ b/src/model_utils.nit @@ -25,7 +25,7 @@ redef class MConcern # see: `MConcernRankSorter` # Use a positive booster to push down a result in the list # A negative booster can be used to push up the result - var booster_rank: Int writable = 0 + var booster_rank: Int = 0 is writable # Concern ranking used for ordering # see: `MConcernRankSorter`