diff options
Diffstat (limited to 'include/cru/platform/graph/font.hpp')
-rw-r--r-- | include/cru/platform/graph/font.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graph/font.hpp b/include/cru/platform/graph/font.hpp index 5af369e5..f74dc7db 100644 --- a/include/cru/platform/graph/font.hpp +++ b/include/cru/platform/graph/font.hpp @@ -2,7 +2,7 @@ #include "cru/common/base.hpp" namespace cru::platform::graph { -struct FontDescriptor : virtual Interface { +struct IFontDescriptor : virtual Interface { }; } |