remove a bunch of uses of long (mostly replaced by int32_t)
[ardour.git] / libs / ardour / session_events.cc
index 170a1c0c4c987dc9e75ce86f4007e79f5e05a9c4..4df5111b03eaf797b83aba6861f680c7c77bf195 100644 (file)
@@ -46,7 +46,7 @@ SessionEvent::init_event_pool ()
 }
 
 void
-SessionEvent::create_per_thread_pool (const std::string& name, unsigned long nitems)
+SessionEvent::create_per_thread_pool (const std::string& name, uint32_t nitems)
 {
        /* this is a per-thread call that simply creates a thread-private ptr to
           a CrossThreadPool for use by this thread whenever events are allocated/released