aboutsummaryrefslogtreecommitdiff
path: root/test/cxxtest/sample/mock/Dice.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cxxtest/sample/mock/Dice.h')
-rw-r--r--test/cxxtest/sample/mock/Dice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cxxtest/sample/mock/Dice.h b/test/cxxtest/sample/mock/Dice.h
index 94271417e1..3a393ef262 100644
--- a/test/cxxtest/sample/mock/Dice.h
+++ b/test/cxxtest/sample/mock/Dice.h
@@ -5,7 +5,7 @@ class Dice
{
public:
Dice();
-
+
unsigned roll();
};