diff options
Diffstat (limited to 'include/cru/platform/graphics/Factory.hpp')
-rw-r--r-- | include/cru/platform/graphics/Factory.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Factory.hpp b/include/cru/platform/graphics/Factory.hpp index ad198929..b79e1c4f 100644 --- a/include/cru/platform/graphics/Factory.hpp +++ b/include/cru/platform/graphics/Factory.hpp @@ -7,7 +7,7 @@ #include "TextLayout.hpp" namespace cru::platform::graphics { -// Entry point of the graph module. +// Entry point of the graphics module. struct IGraphicsFactory : virtual IPlatformResource { virtual std::unique_ptr<ISolidColorBrush> CreateSolidColorBrush() = 0; |