aboutsummaryrefslogtreecommitdiff
path: root/sc4pd/source/Dust.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/Dust.cpp
parentd0ae3caca5828675335d3b19ab5dd987e7369b23 (diff)
update & bugfix
svn path=/trunk/externals/tb/; revision=1859
Diffstat (limited to 'sc4pd/source/Dust.cpp')
-rw-r--r--sc4pd/source/Dust.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc4pd/source/Dust.cpp b/sc4pd/source/Dust.cpp
index 19b6312..58decd8 100644
--- a/sc4pd/source/Dust.cpp
+++ b/sc4pd/source/Dust.cpp
@@ -128,7 +128,7 @@ public:
protected:
void m_set(float f);
Timer Dust_timer;
- void m_doit();
+ void m_doit(void*);
private:
float m_density, m_scale;
@@ -171,7 +171,7 @@ void Dust_kr::m_set(float f)
Dust_timer.Delay(mtbt * 0.002 * rgen.frand());
}
-void Dust_kr::m_doit()
+void Dust_kr::m_doit(void*)
{
ToOutFloat(0,rgen.frand());