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_VolumeFactory.h
parentdff4c87f84897d3b95dd33ca18572b06f22085a8 (diff)
Small fixes for some float literals.
Diffstat (limited to 'intern/audaspace/FX/AUD_VolumeFactory.h')
-rw-r--r--intern/audaspace/FX/AUD_VolumeFactory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/FX/AUD_VolumeFactory.h b/intern/audaspace/FX/AUD_VolumeFactory.h
index d2812536d83..09f91241b47 100644
--- a/intern/audaspace/FX/AUD_VolumeFactory.h
+++ b/intern/audaspace/FX/AUD_VolumeFactory.h
@@ -47,7 +47,7 @@ public:
* \param factory The input factory.
* \param volume The desired volume.
*/
- AUD_VolumeFactory(AUD_IFactory* factory = 0, float volume = 1.0);
+ AUD_VolumeFactory(AUD_IFactory* factory = 0, float volume = 1.0f);
/**
* Creates a new volume factory.