------------------------------------------------------------ revno: 3084 committer: iceman50 <[email protected]> branch nick: dcplusplus timestamp: Sat 2012-10-20 20:44:54 -0500 message: Fix a compile error in AboutDlg.h modified: win32/AboutDlg.h
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'win32/AboutDlg.h' --- win32/AboutDlg.h 2012-01-13 20:55:20 +0000 +++ win32/AboutDlg.h 2012-10-21 01:44:54 +0000 @@ -45,7 +45,7 @@ void layout(); - void completeDownload(); + void completeDownload(bool success, const string& result); }; #endif // !defined(DCPLUSPLUS_WIN32_ABOUT_DLG_H)
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

