Marcus Lee / LinearArray
Revision:
6:314f180362cb
Parent:
5:0f65cdadb1a4
Child:
11:1e27a6f0b0cf
--- a/linearArray.h	Wed Mar 08 10:48:34 2017 +0000
+++ b/linearArray.h	Wed Mar 08 10:57:36 2017 +0000
@@ -9,9 +9,7 @@
 		LinearArray(int size, bool forced = false);
 		~LinearArray();
 		int push(type item);
-		type pop();
 		type& pop();
-		type peek();
 		type& peek();
 		int size();
 		bool empty();