From 15dbd1055acc909010f9076388d67ae718bd3821 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Thu, 22 Oct 2015 09:33:05 +0100 Subject: [PATCH] App: Fix typo in description of PropertyFloatConstraint Signed-off-by: Przemo Firszt --- src/App/PropertyStandard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/PropertyStandard.h b/src/App/PropertyStandard.h index b43ca928b..89a487aef 100644 --- a/src/App/PropertyStandard.h +++ b/src/App/PropertyStandard.h @@ -469,7 +469,7 @@ protected: /** Constraint float properties * This property fullfill the need of constraint float. It holds basicly a * state (float) and a struct of boundaries. If the boundaries - * is not set it act basicly like a IntegerProperty and do no checking. + * is not set it act basicly like a FloatProperty and do no checking. * The constraints struct can be created on the heap or build in. */ class AppExport PropertyFloatConstraint: public PropertyFloat