aboutsummaryrefslogtreecommitdiffstats
path: root/TwoPane.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TwoPane.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/TwoPane.hs b/TwoPane.hs
index 2f47b8b..867e6a7 100644
--- a/TwoPane.hs
+++ b/TwoPane.hs
@@ -43,7 +43,7 @@ data TwoPane a =
TwoPane Rational Rational
deriving ( Show, Read )
-instance Layout TwoPane a where
+instance LayoutClass TwoPane a where
doLayout (TwoPane _ split) r s = return (arrange r s,Nothing)
where
arrange rect st = case reverse (up st) of