Minor export change
This commit is contained in:
parent
feb4f5a705
commit
4fa945b175
|
@ -16,6 +16,7 @@
|
|||
|
||||
module OSC
|
||||
import Base.show
|
||||
export OscMsg
|
||||
macro incfp(x) quote begin
|
||||
local gensym_ = $(esc(x))
|
||||
$(esc(x)) = $(esc(x))+1
|
||||
|
@ -315,6 +316,5 @@ function showField(io::IO, msg::OscMsg, arg_id)
|
|||
println(dict[typeChar]," - ", value)
|
||||
end
|
||||
|
||||
export OscMsg
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue