Minor export change

pull/4/head v0.0.1
fundamental 2014-06-25 11:28:04 -04:00
parent feb4f5a705
commit 4fa945b175
1 changed files with 1 additions and 1 deletions

View File

@ -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