From cee41e925dc0a9d7460806c9f8386512b207edf3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 19 May 2020 22:59:50 +0200 Subject: Implement command execution through riverctl --- src/command/mode.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command/mode.zig') diff --git a/src/command/mode.zig b/src/command/mode.zig index cf0d709..706533c 100644 --- a/src/command/mode.zig +++ b/src/command/mode.zig @@ -15,7 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -const Arg = @import("../command.zig").Arg; +const Arg = @import("../Command.zig").Arg; const Seat = @import("../Seat.zig"); /// Switch to the given mode -- cgit v1.2.3