Add missing definition of static member variables

This commit is contained in:
Émilie Feral
2020-04-15 15:59:29 +02:00
committed by Ecco
parent c2bd19d9a1
commit 675a0d3f4c
8 changed files with 49 additions and 0 deletions

View File

@@ -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),