diff options
Diffstat (limited to 'include/cru/win/graph')
-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(); |