summaryrefslogtreecommitdiff
path: root/MLKSingleFloat.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
commit29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 (patch)
treeb5ac2d792a8c5ec420f1b7a12d2f5f858c655e27 /MLKSingleFloat.h
parent10e9a6f9e07aee31eb739187fbc7e065ac369bf4 (diff)
Add a -descriptionForLisp method to all number classes.
Diffstat (limited to 'MLKSingleFloat.h')
-rw-r--r--MLKSingleFloat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKSingleFloat.h b/MLKSingleFloat.h
index 138c188..0dbec17 100644
--- a/MLKSingleFloat.h
+++ b/MLKSingleFloat.h
@@ -47,4 +47,5 @@
-(MLKFloat *) divideBy:(MLKFloat *)arg;
-(NSString *) description;
+-(NSString *) descriptionForLisp;
@end