SOURCES: vistalab-types.patch (NEW) - fix type on 64-bit archs
qboosh
qboosh at pld-linux.org
Sat Oct 29 18:01:45 CEST 2005
Author: qboosh Date: Sat Oct 29 16:01:45 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix type on 64-bit archs
---- Files affected:
SOURCES:
vistalab-types.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/vistalab-types.patch
diff -u /dev/null SOURCES/vistalab-types.patch:1.1
--- /dev/null Sat Oct 29 18:01:45 2005
+++ SOURCES/vistalab-types.patch Sat Oct 29 18:01:38 2005
@@ -0,0 +1,11 @@
+--- vistalab-3.1.5/src/vlframe.cpp.orig 2005-10-27 11:26:43.000000000 +0200
++++ vistalab-3.1.5/src/vlframe.cpp 2005-10-29 17:40:33.000000000 +0200
+@@ -188,7 +188,7 @@
+ wxSize(3,3), wxHORIZONTAL),wxSizerFlags(0).Expand().Border(wxALL,0));
+
+ #ifdef WXWIN_COMPATIBILITY_2_4
+- m_topSizer->SetItemMinSize((unsigned int) 0,640,400);
++ m_topSizer->SetItemMinSize((size_t) 0,640,400);
+ #else
+ m_topSizer->SetItemMinSize(0,640,400);
+ #endif
================================================================
More information about the pld-cvs-commit
mailing list