mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
fix the below build error by correcting the typo (tring -> string)
hello++5.cxx: In member function 'virtual void CThingSayer::ThrowMyThing(const char*)':
hello++5.cxx:157:21: error: 'tring' was not declared in this scope
157 | throw MyException(tring(czSayThis));
| ^~~~~
Signed-off-by: Abhishek Akkabathula <a.akkabathul@samsung.com>
|
||
|---|---|---|
| .. | ||
| errno | ||
| hello | ||
| helloxx | ||
| longjmp | ||
| mutex | ||
| pthread | ||
| signal | ||
| struct | ||
| task | ||
| .gitignore | ||
| Makefile | ||
| mkdirlist.sh | ||