From 9f685c302a52f0801ca2f03fc03db3cae61ad3e9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 24 Jan 2022 22:33:31 +0100 Subject: refactor: fix compiler warnings --- src/stack.tpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stack.tpp') diff --git a/src/stack.tpp b/src/stack.tpp index 958d6ca..405d493 100644 --- a/src/stack.tpp +++ b/src/stack.tpp @@ -3,7 +3,7 @@ #include template -Stack::Stack(int capacity) +Stack::Stack(unsigned long capacity) { _items.reserve(capacity); } -- cgit v1.2.3-18-g5258