diff options
Diffstat (limited to 'include/cru/platform/graphics/Base.h')
-rw-r--r-- | include/cru/platform/graphics/Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Base.h b/include/cru/platform/graphics/Base.h index 3bb9b7b4..3f3ae0b4 100644 --- a/include/cru/platform/graphics/Base.h +++ b/include/cru/platform/graphics/Base.h @@ -28,7 +28,7 @@ struct IPainter; struct ITextLayout; struct TextHitTestResult { - gsl::index position; + Index position; bool trailing; bool inside_text; }; |