diff main/PreferencesDialog.h @ 922:a16456ca5e71 cxx11

More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
author Chris Cannam
date Tue, 10 Mar 2015 17:23:45 +0000
parents fbd2534d17f8
children c9d87032f3da
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Tue Mar 10 17:02:52 2015 +0000
+++ b/main/PreferencesDialog.h	Tue Mar 10 17:23:45 2015 +0000
@@ -90,7 +90,7 @@
     int m_spectrogramSmoothing;
     int m_spectrogramXSmoothing;
     int m_propertyLayout;
-    float m_tuningFrequency;
+    double m_tuningFrequency;
     int m_audioDevice;
     int m_resampleQuality;
     bool m_resampleOnLoad;