diff options
author | David Robillard <d@drobilla.net> | 2012-03-16 22:27:16 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-16 22:27:16 +0000 |
commit | bc3afd8380d59c750c8f8e9bf1ed1b8d4a6826e9 (patch) | |
tree | b42f56620ce85f6207568eadfb901360436c6f74 /src/shared/URIs.cpp | |
parent | 7126f005be3e49818dafe0d2666b6745e09f8aff (diff) | |
download | ingen-bc3afd8380d59c750c8f8e9bf1ed1b8d4a6826e9.tar.gz ingen-bc3afd8380d59c750c8f8e9bf1ed1b8d4a6826e9.tar.bz2 ingen-bc3afd8380d59c750c8f8e9bf1ed1b8d4a6826e9.zip |
Preliminary work towards native LV2 UI.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4074 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/URIs.cpp')
-rw-r--r-- | src/shared/URIs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/URIs.cpp b/src/shared/URIs.cpp index 3ca8a69d..73718fab 100644 --- a/src/shared/URIs.cpp +++ b/src/shared/URIs.cpp @@ -52,7 +52,7 @@ URIs::URIs(Raul::Forge& f, LV2URIMap* map) : forge(f) , atom_Bool (map, LV2_ATOM__Bool) , atom_Float (map, LV2_ATOM__Float) - , atom_Int32 (map, LV2_ATOM__Int32) + , atom_Int (map, LV2_ATOM__Int) , atom_MessagePort (map, LV2_ATOM__MessagePort) , atom_String (map, LV2_ATOM__String) , atom_ValuePort (map, LV2_ATOM__ValuePort) |