summaryrefslogtreecommitdiff
path: root/src/geom/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-01-03 00:12:09 +0100
committerLaurenz <laurmaedje@gmail.com>2021-01-03 00:12:09 +0100
commitaae67bd572ad86f4c57e364daa51a9dc883b8913 (patch)
tree0aba021e0748ebad2197ea390385ec5f93ccbc6e /src/geom/mod.rs
parent1c40dc42e7bc7b799b77f06d25414aca59a044ba (diff)
Move and rename many things 🚛
Diffstat (limited to 'src/geom/mod.rs')
-rw-r--r--src/geom/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geom/mod.rs b/src/geom/mod.rs
index 0589346e..69bb0898 100644
--- a/src/geom/mod.rs
+++ b/src/geom/mod.rs
@@ -50,5 +50,5 @@ pub trait Switch {
/// The other version of this type based on the current layouting
/// directions.
- fn switch(self, flow: Flow) -> Self::Other;
+ fn switch(self, dirs: LayoutDirs) -> Self::Other;
}