* Fix typo in declaration of BStringColumn.

(Args were declared: width,maxWidth,minWidth while the last 2 ones were the other way around)




git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema
2006-07-09 22:04:16 +00:00
parent a4706a8cea
commit d3eab0eb78
+1 -1
View File
@@ -76,8 +76,8 @@ class BStringColumn : public BTitledColumn
public:
BStringColumn (const char *title,
float width,
float maxWidth,
float minWidth,
float maxWidth,
uint32 truncate,
alignment align = B_ALIGN_LEFT);
virtual void DrawField (BField* field,