diff --git a/GUI/Model/Job/FitParameterItem.h b/GUI/Model/Job/FitParameterItem.h index 763af7d7408bc2687d0ca4d4a9f85d1e89a38db7..480983ca83d1ff098d1b29abdbec62960aeef7ac 100644 --- a/GUI/Model/Job/FitParameterItem.h +++ b/GUI/Model/Job/FitParameterItem.h @@ -70,7 +70,7 @@ public: private: void onTypeChange(); - void setLimitEnabled(SessionItem *propertyItem, bool enabled); + void setLimitEnabled(SessionItem* propertyItem, bool enabled); bool isLimited() const; bool isFree() const; bool isLowerLimited() const;