yapf/array.hpp
changeset 5081 fe3a6da19d9f
parent 4549 106ed18a7675
child 5082 d7719dfaa7e1
--- a/yapf/array.hpp	Tue Nov 14 01:08:20 2006 +0000
+++ b/yapf/array.hpp	Tue Nov 14 11:01:59 2006 +0000
@@ -18,9 +18,9 @@
 	CSuperArray     m_a; ///< array of arrays of items
 
 public:
-	ST_CONST(int, Tblock_size = Tblock_size_); ///< block size is now visible from outside
-	ST_CONST(int, Tnum_blocks = Tnum_blocks_); ///< number of blocks is now visible from outside
-	ST_CONST(int, Tcapacity = Tblock_size * Tnum_blocks); ///< total max number of items
+	ST_CONST(int, Tblock_size = Tblock_size_) ///< block size is now visible from outside
+	ST_CONST(int, Tnum_blocks = Tnum_blocks_) ///< number of blocks is now visible from outside
+	ST_CONST(int, Tcapacity = Tblock_size * Tnum_blocks) ///< total max number of items
 
 	/** implicit constructor */
 	FORCEINLINE CArrayT() { }