Just commenting

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@902 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-05-31 12:57:32 +00:00
parent 89a9a79950
commit d80c5e60a4
2 changed files with 10 additions and 2 deletions
+2
View File
@@ -48,6 +48,7 @@ struct HtmlWindowToBrowser : public wxHtmlWindow {
// ----------------------------------------------------------------------------- : DownloadableInstallers
/// Handle downloading of installers
class DownloadableInstallerList {
public:
DownloadableInstallerList() : status(NONE) {}
@@ -66,6 +67,7 @@ class DownloadableInstallerList {
};
};
/// The global installer downloader
DownloadableInstallerList downloadable_installers;
bool DownloadableInstallerList::done() {