summaryrefslogtreecommitdiff
path: root/src/tangara/lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/lua')
-rw-r--r--src/tangara/lua/bridge.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tangara/lua/bridge.cpp b/src/tangara/lua/bridge.cpp
index 51ad0b62..93b13abf 100644
--- a/src/tangara/lua/bridge.cpp
+++ b/src/tangara/lua/bridge.cpp
@@ -26,7 +26,6 @@
#include "lua/lua_version.hpp"
#include "lvgl.h"
-#include "font/lv_font_loader.h"
#include "luavgl.h"
#include "events/event_queue.hpp"
@@ -61,7 +60,7 @@ static auto make_font_cb(const char* name, int size, int weight)
return NULL;
}
-static auto delete_font_cb(lv_font_t* font) -> void {}
+static auto delete_font_cb(const lv_font_t* font) -> void {}
auto Bridge::Get(lua_State* state) -> Bridge* {
lua_pushstring(state, kBridgeKey);