[expression_editor] The controller has a ExpressionLayoutCursor.

Change-Id: I8a7e35670eeecca5b633bd784b84df7de1e64626
This commit is contained in:
Léa Saviot
2017-12-14 12:09:42 +01:00
parent 73810bbd9a
commit 62c8db9799

View File

@@ -2,7 +2,7 @@
#define EXPRESSION_EDITOR_CONTROLLER_H
#include <escher.h>
#include <poincare.h>
#include <poincare/expression_layout_cursor.h>
#include "expression_and_layout.h"
extern "C" {
#include <assert.h>
@@ -32,6 +32,7 @@ private:
ExpressionView m_expressionView;
};
ContentView m_view;
Poincare::ExpressionLayoutCursor m_cursor;
};
}