Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SDFileSystem_Warning_Fixed
Dependents: DISCO-F746_WAV_PLAYER WAV
Diff: FileSelectorWav.hpp
- Revision:
- 11:c33c711a5712
- Parent:
- 3:dd3b8a21417b
- Child:
- 12:f73e11831c1c
--- a/FileSelectorWav.hpp Mon Jan 16 00:41:10 2017 +0000 +++ b/FileSelectorWav.hpp Wed Mar 15 23:45:48 2017 +0000 @@ -56,7 +56,7 @@ int maxPage_; int fileCount_; - // 拡張子を削除した文字列を取得 + // 拡張子を削除したファイル名を取得 string GetFileNameNoExt(int n); // コピー・コンストラクタとオブジェクトの代入演算子は使用禁止