mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix error: 'CTouchscreen' defined as a class here but previously declared as a struct
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
7bc1c17ecd
commit
dbc757d79d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace NxWM
|
|||
* Forward references
|
||||
*/
|
||||
|
||||
struct CTouchscreen;
|
||||
class CTouchscreen;
|
||||
|
||||
/**
|
||||
* Touchscreen calibration data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue