X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/5d4e709cb8d460b2efc083e6e7999f1c3a0eb602..4cf57e6db08da791233d75237f62e74bc88dd427:/BlockParameter.h?ds=inline diff --git a/BlockParameter.h b/BlockParameter.h index e8068d4..15df2d8 100644 --- a/BlockParameter.h +++ b/BlockParameter.h @@ -46,7 +46,7 @@ public : virtual QVariant getValue(); // may be overriden int getIntValue(bool* ok); double getDoubleValue(bool* ok); - bool getBooleanValue(bool* ok); + bool getBooleanValue(bool* ok); QString getStringValue(); virtual QString getContext() = 0;