Skip to content

Commit 40af49e

Browse files
committed
Make get_prediction const
1 parent 3eb4336 commit 40af49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter8/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class MindReader {
192192
{
193193
}
194194

195-
int get_prediction()
195+
int get_prediction() const
196196
{
197197
return prediction;
198198
}

0 commit comments

Comments
 (0)