Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2010-01-01 14:55:56 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-01-01 14:55:56 +0300
commit0b673d45e535fc59546631d2ffe602bd68aaba56 (patch)
treeeb86c64152e1cf3929bec38a795d0586793a28bb /intern/audaspace/FX/AUD_PitchFactory.h
parentdff4c87f84897d3b95dd33ca18572b06f22085a8 (diff)
Small fixes for some float literals.
Diffstat (limited to 'intern/audaspace/FX/AUD_PitchFactory.h')
-rw-r--r--intern/audaspace/FX/AUD_PitchFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/FX/AUD_PitchFactory.h b/intern/audaspace/FX/AUD_PitchFactory.h
index 3209aa46983..96c4d0d7e92 100644
--- a/intern/audaspace/FX/AUD_PitchFactory.h
+++ b/intern/audaspace/FX/AUD_PitchFactory.h
@@ -45,7 +45,7 @@ public:
* \param factory The input factory.
* \param pitch The desired pitch.
*/
- AUD_PitchFactory(AUD_IFactory* factory = 0, float pitch = 1.0);
+ AUD_PitchFactory(AUD_IFactory* factory = 0, float pitch = 1.0f);
/**
* Creates a new pitch factory.