diff options
Diffstat (limited to 'include/cru/platform/graphics/Brush.hpp')
-rw-r--r-- | include/cru/platform/graphics/Brush.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/platform/graphics/Brush.hpp b/include/cru/platform/graphics/Brush.hpp index 10c666b5..18d9705e 100644 --- a/include/cru/platform/graphics/Brush.hpp +++ b/include/cru/platform/graphics/Brush.hpp @@ -8,4 +8,4 @@ struct ISolidColorBrush : virtual IBrush { virtual Color GetColor() = 0; virtual void SetColor(const Color& color) = 0; }; -} // namespace cru::platform::graph +} // namespace cru::platform::graphics |