Skip to content

Commit 916dffd

Browse files
committed
winston: fix copy regression
1 parent d042c37 commit 916dffd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extras/winston.jl

+2
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ type BoundingBox
234234
end
235235
end
236236

237+
copy(bb::BoundingBox) = BoundingBox(bb.p0, bb.p1)
238+
237239
function is_null( self::BoundingBox )
238240
return self.p0 == nothing || self.p1 == nothing
239241
end

0 commit comments

Comments
 (0)