From 095ce707119f9d6473f1dfc790e507230194af83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 1 Dec 2020 14:23:43 +0100 Subject: -> board_from_string --- labb5/src/Boggle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'labb5/src/Boggle.h') diff --git a/labb5/src/Boggle.h b/labb5/src/Boggle.h index 26cc524..8e065d7 100755 --- a/labb5/src/Boggle.h +++ b/labb5/src/Boggle.h @@ -28,7 +28,7 @@ public: * * Returns wether it succeeds or not. */ - bool letters_from_string(const string& letters); + bool board_from_string(const string& letters); void read_dictionary(); -- cgit v1.2.1