summaryrefslogtreecommitdiffstats
path: root/labb5/src/Boggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'labb5/src/Boggle.h')
-rwxr-xr-xlabb5/src/Boggle.h2
1 files changed, 1 insertions, 1 deletions
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();