aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/forge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/forge.h b/lv2/lv2plug.in/ns/ext/atom/forge.h
index cdf5ec7..8dfd9f2 100644
--- a/lv2/lv2plug.in/ns/ext/atom/forge.h
+++ b/lv2/lv2plug.in/ns/ext/atom/forge.h
@@ -593,7 +593,7 @@ lv2_atom_forge_object(LV2_Atom_Forge* forge,
The same as lv2_atom_forge_object(), but for object:Resource.
This function is deprecated and should not be used in new code.
- Use lv2_atom_forge_resource() directly instead.
+ Use lv2_atom_forge_object() directly instead.
*/
LV2_ATOM_FORGE_DEPRECATED
static inline LV2_Atom_Forge_Ref
@@ -621,7 +621,7 @@ lv2_atom_forge_resource(LV2_Atom_Forge* forge,
The same as lv2_atom_forge_object(), but for object:Blank.
This function is deprecated and should not be used in new code.
- Use lv2_atom_forge_resource() directly instead.
+ Use lv2_atom_forge_object() directly instead.
*/
LV2_ATOM_FORGE_DEPRECATED
static inline LV2_Atom_Forge_Ref
='#n109'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168