diff --git a/object.go b/object.go index f62aa2e..3ca47d8 100644 --- a/object.go +++ b/object.go @@ -104,7 +104,7 @@ type Align int; const ( // Object is any obscreen object. Each object must be linked to a box, even if // it is that box. type Object interface { - Box () Box + GetBox () Box } // Box is a basic styled box.