diff options
author | crupest <crupest@outlook.com> | 2019-05-26 23:38:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-05-26 23:38:34 +0800 |
commit | 9e2d63adb90c293f4bc2893b0de7655aea2ecc85 (patch) | |
tree | 102bb993bf0dbca6c0673195a327f01c59287172 /include/cru/win/graph/win_graph_factory.hpp | |
parent | a191a44e0ec7fd353cb9a60e2e7a18f45f6df04a (diff) | |
download | cru-9e2d63adb90c293f4bc2893b0de7655aea2ecc85.tar.gz cru-9e2d63adb90c293f4bc2893b0de7655aea2ecc85.tar.bz2 cru-9e2d63adb90c293f4bc2893b0de7655aea2ecc85.zip |
...
Diffstat (limited to 'include/cru/win/graph/win_graph_factory.hpp')
-rw-r--r-- | include/cru/win/graph/win_graph_factory.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/win/graph/win_graph_factory.hpp b/include/cru/win/graph/win_graph_factory.hpp index 02f1a0fc..2df7ed9a 100644 --- a/include/cru/win/graph/win_graph_factory.hpp +++ b/include/cru/win/graph/win_graph_factory.hpp @@ -8,7 +8,7 @@ namespace cru::win::graph { class WinGraphFactory : public Object, public virtual platform::graph::IGraphFactory, public virtual IWinNativeFactory { - friend IGraphFactory* ::cru::platform::graph::IGraphFactory::CreateInstance(); + friend IGraphFactory* IGraphFactory::CreateInstance(); public: static WinGraphFactory* GetInstance(); |