]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/double.hpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / prop / double.hpp
index b62d1fa62f13e62b389d8d46fcacd0c00cad9c18..df4a254fcbaf5a970ad00f97908da8a779adf053 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_PROP_DOUBLE_HPP
@@ -43,7 +42,7 @@ public:
                Getter getter,
                Setter setter);
 
-       virtual ~Double();
+       virtual ~Double() = default;
 
        QWidget* get_widget(QWidget *parent, bool auto_commit);