summaryrefslogtreecommitdiffstats
path: root/include/ingen/Forge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Forge.hpp')
-rw-r--r--include/ingen/Forge.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ingen/Forge.hpp b/include/ingen/Forge.hpp
index 10b4e622..54f5d3a9 100644
--- a/include/ingen/Forge.hpp
+++ b/include/ingen/Forge.hpp
@@ -55,8 +55,8 @@ public:
Atom make_urid(const ingen::URI& u);
- static Atom alloc(uint32_t size, uint32_t type, const void* val) {
- return Atom(size, type, val);
+ static Atom alloc(uint32_t s, uint32_t t, const void* v) {
+ return Atom(s, t, v);
}
Atom alloc(const char* v) {