mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Add missing definition of static member variables
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
namespace Shared {
|
||||
|
||||
constexpr KDCoordinate FunctionListController::k_minTitleColumnWidth;
|
||||
|
||||
FunctionListController::FunctionListController(Responder * parentResponder, ButtonRowController * header, ButtonRowController * footer, I18n::Message text) :
|
||||
ExpressionModelListController(parentResponder, text),
|
||||
ButtonRowDelegate(header, footer),
|
||||
|
||||
Reference in New Issue
Block a user