From e199bcba43174403a578f7a1e92e0a95076495c8 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sat, 2 May 2020 23:11:56 +0200 Subject: Rename files contatining top level structs This respects the naming convention of snake_case namespaces and TitleCase types. --- src/view_stack.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view_stack.zig') diff --git a/src/view_stack.zig b/src/view_stack.zig index 41ead61..7e32a91 100644 --- a/src/view_stack.zig +++ b/src/view_stack.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 View = @import("view.zig"); +const View = @import("View.zig"); /// A specialized doubly-linked stack that allows for filtered iteration /// over the nodes. T must be View or *View. -- cgit v1.2.3