mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +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>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| hello++1.cxx | ||
| hello++2.cxx | ||
| hello++3.cxx | ||
| hello++4.cxx | ||
| hello++5.cxx | ||
| Makefile | ||