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
Diff: SD_WavReader.hpp
- Revision:
- 2:511479736d6e
- Parent:
- 0:d310bb78455d
- Child:
- 11:c33c711a5712
--- a/SD_WavReader.hpp Mon Aug 15 06:06:52 2016 +0000
+++ b/SD_WavReader.hpp Sun Oct 02 03:26:52 2016 +0000
@@ -65,7 +65,7 @@
void ErrorMsg(char msg[])
{ BlinkLabel errLabel(240, 100, msg, Label::CENTER); }
- // disallow copy constructor and assignment operator
+ // コピー・コンストラクタとオブジェクトの代入演算子は使用禁止
SD_WavReader(const SD_WavReader&);
SD_WavReader& operator=(const SD_WavReader&);
};