diff options
author | crupest <crupest@outlook.com> | 2021-10-04 21:13:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-10-04 21:13:30 +0800 |
commit | 4fc39124bc876a9c78a04cb86397a4f0f08878e9 (patch) | |
tree | 27b9919b8c17710aed3031b6f1e64055dab0683f /include/cru/osx/graphics/quartz/Resource.hpp | |
parent | 8b5df96202b8eb663a9a747c1c9d249f64a933e8 (diff) | |
download | cru-4fc39124bc876a9c78a04cb86397a4f0f08878e9.tar.gz cru-4fc39124bc876a9c78a04cb86397a4f0f08878e9.tar.bz2 cru-4fc39124bc876a9c78a04cb86397a4f0f08878e9.zip |
...
Diffstat (limited to 'include/cru/osx/graphics/quartz/Resource.hpp')
-rw-r--r-- | include/cru/osx/graphics/quartz/Resource.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/osx/graphics/quartz/Resource.hpp b/include/cru/osx/graphics/quartz/Resource.hpp index d7038274..8b8f8bbc 100644 --- a/include/cru/osx/graphics/quartz/Resource.hpp +++ b/include/cru/osx/graphics/quartz/Resource.hpp @@ -17,7 +17,7 @@ class OsxQuartzResource : public platform::osx::OsxResource, public: String GetPlatformId() const override { return u"OSX Quartz"; } - IGraphicsFactory* GetGraphicsFactory() override; + IGraphicsFactory* GetGraphicsFactory() override { return graphics_factory_; } private: IGraphicsFactory* graphics_factory_; |