aboutsummaryrefslogtreecommitdiff
path: root/src/view_stack.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/view_stack.zig')
-rw-r--r--src/view_stack.zig2
1 files changed, 1 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
-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.