summaryrefslogtreecommitdiffstats
path: root/kicker-applets/math/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker-applets/math/parser.h')
-rw-r--r--kicker-applets/math/parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/math/parser.h b/kicker-applets/math/parser.h
index 319c470..5a7149d 100644
--- a/kicker-applets/math/parser.h
+++ b/kicker-applets/math/parser.h
@@ -151,8 +151,8 @@ public:
void setparameter(int ix, double k) {ufkt[ix].k=k;}
/// return the angletype
static double anglemode();
- /// sets the angletype. TRUE is radians and FALSE degrees
- void setAngleMode(int);
+ /// sets the angletype. true is radians and false degrees
+ void setAngleMode(bool);
TQValueVector<Constant> constant;