aboutsummaryrefslogtreecommitdiff
path: root/include/cru/win/graph/win_graph_factory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/win/graph/win_graph_factory.hpp')
-rw-r--r--include/cru/win/graph/win_graph_factory.hpp2
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();