This commit is contained in:
doitux
2007-06-05 21:20:32 +00:00
parent fc948c176d
commit 5cfbda2532
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public:
int getMySet() const { return mySet;}
int getMyLastRelativeSet() const { return myLastRelativeSet; }
void setMyAction(int theValue) { myAction = theValue; }
void setMyAction(int theValue, bool blind) { myAction = theValue; }
int getMyAction() const { return myAction; }
void setMyButton(int theValue) { myButton = theValue; }