From 141494cb961b72a7ad56c3e754af43a07f1b8c23 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 10 Mar 2025 16:44:39 -0400 Subject: Add starter overloaded << operator for cache --- inc/storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/storage.h') diff --git a/inc/storage.h b/inc/storage.h index 0ab16e4..3f113d3 100644 --- a/inc/storage.h +++ b/inc/storage.h @@ -45,7 +45,7 @@ class Storage * @return A matrix of data values, where each row is a line and each column * is a word. */ - std::vector> view(int base, int lines); + std::vector> view(int base, int lines) const; /** * Advances to the next job if the current job is completed. */ -- cgit v1.2.3