src/heatmap.h

changeset 75
857af79337d5
parent 56
3d2720f95cfb
--- a/src/heatmap.h	Fri Feb 06 16:23:50 2026 +0100
+++ b/src/heatmap.h	Fri Feb 06 18:44:47 2026 +0100
@@ -59,7 +59,7 @@
         return m_heatmap;
     }
 
-    [[nodiscard]] std::array<unsigned int, 12> commits_per_month(
+    [[nodiscard]] std::array<commit_summary, 12> commits_per_month(
         const std::string &repo,
         const std::string& author,
         std::chrono::year year

mercurial