From 631c1226691505624c08995b6a2ac81e46a9b17e Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sun, 5 Sep 2021 21:30:31 -0400 Subject: In response to issue #9629, correct usingnamespace usage --- src/sfml/graphics/rect.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sfml/graphics/rect.zig') diff --git a/src/sfml/graphics/rect.zig b/src/sfml/graphics/rect.zig index 184799c..ace7397 100644 --- a/src/sfml/graphics/rect.zig +++ b/src/sfml/graphics/rect.zig @@ -2,7 +2,7 @@ const sf = struct { pub usingnamespace @import("../sfml.zig"); - pub usingnamespace system; + pub usingnamespace sf.system; }; const math = @import("std").math; -- cgit v1.3.1