diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 15:34:45 +0000 |
| commit | c6871fe8617b3de03662b7630355059393bf8043 (patch) | |
| tree | ef4aeaa8a6556d1afe033b962d0e8a7c615afc05 /src/lib/audio_analysis.h | |
| parent | 334e250896a5dcbb64db96df8e20821ffc75b146 (diff) | |
Add a load of explicit keywords.
Diffstat (limited to 'src/lib/audio_analysis.h')
| -rw-r--r-- | src/lib/audio_analysis.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/audio_analysis.h b/src/lib/audio_analysis.h index a8ef4fb2d..6da651c95 100644 --- a/src/lib/audio_analysis.h +++ b/src/lib/audio_analysis.h @@ -37,8 +37,8 @@ class Playlist; class AudioAnalysis : public boost::noncopyable { public: - AudioAnalysis (int c); - AudioAnalysis (boost::filesystem::path); + explicit AudioAnalysis (int c); + explicit AudioAnalysis (boost::filesystem::path); void add_point (int c, AudioPoint const & p); |
