summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-11-24 02:21:01 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-11-24 02:21:01 +0100
commite5b3ec9683e4c5761633a1a3c4819a039e796b01 (patch)
tree4592e2205b53f1fd120934215b1813e7216fbcc1 /slideshow
parentf6bc5b79c31225c02e9500d0ced4bd26f998f82b (diff)
fix build: "warning C4305: truncation from 'double' to 'float'"
Change-Id: Ied01ccf789877c15080797de3723588e09fa6c7c
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
index f1a595efb025..c56e9c95f2af 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
@@ -48,7 +48,7 @@ struct TransitionSettings
TransitionSettings() :
mbUseMipMapLeaving( true ),
mbUseMipMapEntering( true ),
- mnRequiredGLVersion( 2.1 )
+ mnRequiredGLVersion( 2.1f )
{
}