MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a version which...
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 2 Jul 2015 07:18:39 +0000 (08:18 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 2 Jul 2015 07:23:38 +0000 (08:23 +0100)
commitfe5852fc1d90097cf16d5715ce4276dcca742dfa
treef3c1c3467c96f22d53de3013ec2eae318fdebaba
parentf814045f80d2fdfb0bf538506a26c78bfdbbb8d4
MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a version which takes an int)

So let's specify which version we'd like it to use.
libs/gtkmm2ext/fader.cc