eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/pldrack.h


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/pldrack.h
Date: Sat, 05 Nov 2005 10:49:01 -0500

Index: eliot/game/pldrack.h
diff -u eliot/game/pldrack.h:1.9 eliot/game/pldrack.h:1.10
--- eliot/game/pldrack.h:1.9    Fri Nov  4 20:00:06 2005
+++ eliot/game/pldrack.h        Sat Nov  5 15:48:59 2005
@@ -22,6 +22,7 @@
 #define _PLAYEDRACK_H_
 
 #include <vector>
+#include <string>
 #include "tile.h"
 
 class Rack;
@@ -64,7 +65,7 @@
     bool checkRack(int iMin) const;
 
     void operator=(const PlayedRack &iOther);
-    void toString(string&) const;
+    string toString(bool iShowExtraSigns = true) const;
 
 private:
     vector<Tile> m_oldTiles;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]