diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/make_dcp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc index 9222caaa..7e839867 100644 --- a/examples/make_dcp.cc +++ b/examples/make_dcp.cc @@ -89,7 +89,7 @@ main () Left surround Right surround */ - std::vector<std::string> sound_files; + std::vector<boost::filesystem::path> sound_files; sound_files.push_back ("examples/sine_440_-12dB.wav"); sound_files.push_back ("examples/sine_880_-12dB.wav"); |
