From 4fa945b1757deae61c90fbe61fd42f05663d0b17 Mon Sep 17 00:00:00 2001 From: fundamental Date: Wed, 25 Jun 2014 11:28:04 -0400 Subject: [PATCH] Minor export change --- src/OSC.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OSC.jl b/src/OSC.jl index c5c272c..536238f 100644 --- a/src/OSC.jl +++ b/src/OSC.jl @@ -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