1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 08:15:17 +03:00

Compilation fix

This commit is contained in:
Damjan Adamic 2016-04-07 21:27:00 +02:00
parent eaed9dd1a9
commit 7d57b4df05

View file

@ -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);
}