diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-02 00:01:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-02 00:01:18 +0000 |
| commit | 324278cc8459e4d7d907b03e0748cf1b33f294f4 (patch) | |
| tree | dead48d850565b383fa44f9eae68d8200529d7df /src | |
| parent | 5c57bfc3f39c5c7a3d4ae166e9574f2f745b0fe8 (diff) | |
2.8 fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/audio_plot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index af8460a16..cf44eb69f 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -115,7 +115,7 @@ AudioPlot::paint (wxPaintEvent &) wxDouble db_label_height; wxDouble db_label_descent; wxDouble db_label_leading; - gc->GetTextExtent ("-80dB", &_db_label_width, &db_label_height, &db_label_descent, &db_label_leading); + gc->GetTextExtent (wxT ("-80dB"), &_db_label_width, &db_label_height, &db_label_descent, &db_label_leading); _db_label_width += 8; |
