From 0b673d45e535fc59546631d2ffe602bd68aaba56 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Fri, 1 Jan 2010 11:55:56 +0000 Subject: Small fixes for some float literals. --- intern/audaspace/FX/AUD_PitchFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/audaspace/FX/AUD_PitchFactory.h') 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. -- cgit v1.2.3