aboutsummaryrefslogtreecommitdiff
path: root/devel/tvision/files/patch-lib::TChDirDialog.cc
blob: fca23235d072275dc80b6d7e6546abec9b8d2835 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/TChDirDialog.cc.orig	2008-07-27 18:48:30.000000000 +0200
+++ lib/TChDirDialog.cc	2008-07-27 18:49:16.000000000 +0200
@@ -103,7 +103,7 @@
 #ifndef __UNPATCHED
 		//!! Handle directory selection.
                 case cmDirSelection:
-                    chDirButton->makeDefault( Boolean( int(
+                    chDirButton->makeDefault( Boolean( intptr_t( 
 			event.message.infoPtr ) ) );
                     return;     // NOTE: THIS IS RETURN NOT BREAK!!
 #endif