wrong super interface

original commit: 67d17645c425509f99d57da752c08f68fbcafe99
This commit is contained in:
Robby Findler 2011-09-05 12:33:53 -05:00
parent b16c4e9076
commit 1f69a824fa
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
get-filename
make-visible))
(define focus-table<%> (interface ((class->interface frame%))))
(define focus-table<%> (interface (top-level-window<%>)))
(define focus-table-mixin
(mixin (top-level-window<%>) (focus-table<%>)
(inherit get-eventspace)

View File

@ -163,7 +163,7 @@
}
}
@definterface[frame:focus-table<%> (frame%)]{}
@definterface[frame:focus-table<%> (top-level-window<%>)]{}
@defmixin[frame:focus-table-mixin (frame%) (frame:focus-table<%>)]{