log side pot in network & handRanking-redraw

This commit is contained in:
floty
2007-11-11 23:47:38 +00:00
parent f1f45c9b0b
commit 9dd683fb59
7 changed files with 17 additions and 19 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ public:
virtual void distributePot() =0;
virtual std::list<int> getWinners() const =0;
virtual void setWinners(const std::list<int> &winners) =0;
virtual std::list<unsigned> getWinners() const =0;
virtual void setWinners(const std::list<unsigned> &winners) =0;
};