diff --git a/apps/graph/function.h b/apps/graph/function.h index a5807d7d7..58d2b3fb1 100644 --- a/apps/graph/function.h +++ b/apps/graph/function.h @@ -8,6 +8,7 @@ namespace Graph { class Function { public: + static constexpr const char * Parameter = "(x)"; Function(const char * text = nullptr, KDColor color = KDColorBlack); ~Function(); // Delete expression and layout, if needed const char * text();