diff --git a/apps/code/app.cpp b/apps/code/app.cpp index d7c99c0c1..907cf5a7e 100644 --- a/apps/code/app.cpp +++ b/apps/code/app.cpp @@ -2,6 +2,7 @@ #include "../apps_container.h" #include "code_icon.h" #include "../i18n.h" +#include "helpers.h" namespace Code { @@ -77,16 +78,22 @@ App::App(Container * container, Snapshot * snapshot) : #endif ), m_codeStackViewController(&m_modalViewController, &m_listFooter), - m_toolboxActionForTextArea([](void * sender, const char * text) { - TextArea * textArea = static_cast