aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/Dust2.cpp
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2004-07-14 18:29:52 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:54 +0200
commitc51398d4fcc43ac9d72888191d65f44609f7eb5f (patch)
tree3f7f5e7fdff78218ee6417a07e555096a82dd1a4 /sc4pd/source/Dust2.cpp
parentd0ae3caca5828675335d3b19ab5dd987e7369b23 (diff)
update & bugfix
svn path=/trunk/externals/tb/; revision=1859
Diffstat (limited to 'sc4pd/source/Dust2.cpp')
-rw-r--r--sc4pd/source/Dust2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc4pd/source/Dust2.cpp b/sc4pd/source/Dust2.cpp
index a8cbbc3..ef41d9a 100644
--- a/sc4pd/source/Dust2.cpp
+++ b/sc4pd/source/Dust2.cpp
@@ -129,7 +129,7 @@ public:
protected:
void m_set(float f);
Timer Dust2_timer;
- void m_doit();
+ void m_doit(void*);
private:
float m_density, m_scale;
@@ -172,7 +172,7 @@ void Dust2_kr::m_set(float f)
Dust2_timer.Delay(mtbt * 0.002 * rgen.frand());
}
-void Dust2_kr::m_doit()
+void Dust2_kr::m_doit(void*)
{
ToOutFloat(0,2*rgen.frand() - 1 );