diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/efl/interfaces/efl_ui_direction.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/efl/interfaces/efl_ui_direction.eo b/src/lib/efl/interfaces/efl_ui_direction.eo index de0cda082d..78bf2cdeda 100644 --- a/src/lib/efl/interfaces/efl_ui_direction.eo +++ b/src/lib/efl/interfaces/efl_ui_direction.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | // FIXME: Documentation lacks proper references due to cyclic imports. | 1 | // FIXME: Documentation lacks proper references due to cyclic imports. |
2 | // FIXME: What about AnyRTL? And other strange directions? | 2 | // FIXME: What about AnyRTL? And other strange directions? |
3 | 3 | ||
4 | import efl_orientation; | 4 | parse efl_orientation; |
5 | 5 | ||
6 | enum Efl.Ui.Dir | 6 | enum Efl.Ui.Dir |
7 | { | 7 | { |