From 3c1cc62302847d656592fae419a950348acedc52 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 19 Jun 2020 11:35:25 +0200 Subject: [PATCH] [Fix] undefined reference to CalculationTrigoAndComplexForeground --- escher/src/palette.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/escher/src/palette.cpp b/escher/src/palette.cpp index 9f5371178..1f92dac02 100644 --- a/escher/src/palette.cpp +++ b/escher/src/palette.cpp @@ -27,6 +27,7 @@ constexpr KDColor Palette::CalculationBackgroundOdd; constexpr KDColor Palette::CalculationBackgroundEven; constexpr KDColor Palette::CalculationEmptyBox; constexpr KDColor Palette::CalculationEmptyBoxNeeded; +constexpr KDColor Palette::CalculationTrigoAndComplexForeground; constexpr KDColor Palette::CodeBackground; constexpr KDColor Palette::CodeBackgroundSelected;