diff Question.m @ 41:79c129e500e1

r
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 12 Apr 2013 17:50:25 +0100
parents a42903c61558
children a1e75b94c505
line wrap: on
line diff
--- a/Question.m	Fri Apr 12 16:13:42 2013 +0100
+++ b/Question.m	Fri Apr 12 17:50:25 2013 +0100
@@ -15,7 +15,7 @@
 @synthesize answer = _answer; 
 
 static int theCount = 0;
-
+// WRONG
 -(id)initWithTextAndType:(NSString *)text:(QuestionType)type{
     self = [super init];
     if(self){