summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appl/acme/wind.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/wind.m b/appl/acme/wind.m
index 0a58b40a..ae1d40de 100644
--- a/appl/acme/wind.m
+++ b/appl/acme/wind.m
@@ -62,6 +62,6 @@ Windowm : module {
mousebut : fn(w : self ref Window);
addincl : fn(w : self ref Window, r : string, n : int);
cleartag : fn(w : self ref Window);
- ctlprint : fn(w : self ref Window) : string;
+ ctlprint : fn(w : self ref Window, fonts : int) : string;
};
};