linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06170
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3084: Fix a compile error in AboutDlg.h
------------------------------------------------------------
revno: 3084
committer: iceman50 <bdcdevel@xxxxxxxxx>
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)