From 39516ecb3d9de98bf3f7879853a9603ed51d10f8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Mar 2014 15:31:25 +0000 Subject: Fix class/struct mismatch. --- src/wx/audio_plot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx/audio_plot.h') diff --git a/src/wx/audio_plot.h b/src/wx/audio_plot.h index 7eedd8ffe..4a1a40aa1 100644 --- a/src/wx/audio_plot.h +++ b/src/wx/audio_plot.h @@ -23,7 +23,7 @@ #include "lib/util.h" #include "lib/audio_analysis.h" -class Metrics; +struct Metrics; class AudioPlot : public wxPanel { -- cgit v1.2.3