mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
Compilation fix
This commit is contained in:
parent
eaed9dd1a9
commit
7d57b4df05
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ class LuaTheme: public Theme
|
|||
exec(drawBackgroundFunction);
|
||||
}
|
||||
|
||||
virtual void drawTopbarBackground(const uint8_t * icon) const
|
||||
virtual void drawTopbarBackground(uint8_t icon) const
|
||||
{
|
||||
exec(drawTopbarBackgroundFunction);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue