aboutsummaryrefslogtreecommitdiffstats
path: root/src/symap.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-06 18:57:21 +0000
committerDavid Robillard <d@drobilla.net>2011-11-06 18:57:21 +0000
commit0adab4c4d8dc0b81494f9be882fc8e5ccd65f3d4 (patch)
treef9554ef81e0f149d41fa0578f21b58879d8fe589 /src/symap.h
parentc4238232efbf531ae77cd286746d27d0dcbdf060 (diff)
downloadjalv-0adab4c4d8dc0b81494f9be882fc8e5ccd65f3d4.tar.gz
jalv-0adab4c4d8dc0b81494f9be882fc8e5ccd65f3d4.tar.bz2
jalv-0adab4c4d8dc0b81494f9be882fc8e5ccd65f3d4.zip
Fix compilation against latest LV2 svn.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3599 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/symap.h')
-rw-r--r--src/symap.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/symap.h b/src/symap.h
index 15a271a..383597a 100644
--- a/src/symap.h
+++ b/src/symap.h
@@ -17,11 +17,10 @@
/**
@file symap.h API for Symap, a basic symbol map (string interner).
- Particularly useful and intended for implementation of the LV2 URI map and
- URI unmap extensions.
+ Particularly useful for implementing LV2 URI mapping.
- @see <a href="http://lv2plug.in/ns/ext/uri-map/">LV2 URI Map</a>
- @see <a href="http://lv2plug.in/ns/ext/uri-unmap/">LV2 URI Unmap</a>
+ @see <a href="http://lv2plug.in/ns/ext/urid">LV2 URID</a>
+ @see <a href="http://lv2plug.in/ns/ext/uri-map">LV2 URI Map</a>
*/
#ifndef SYMAP_H