localberopostriver bugfix

This commit is contained in:
doitux
2007-08-06 09:50:54 +00:00
parent e612b77b1b
commit 1dbff19430
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
virtual void setHighestCardsValue(int theValue) =0;
virtual void resetFirstRun() =0;
virtual int getHighestCardsValue() =0;
virtual int getHighestCardsValue() const =0;
virtual void preflopRun() =0;
virtual void flopRun() =0;