mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fixed some problems with the last commit (like I had to rewrite my
entire perl script, which was somehow deleted). git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@751 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -28,7 +28,7 @@ DECLARE_TYPEOF_COLLECTION(PackageVersionDataP);
|
||||
/// Information on available packages
|
||||
class PackageVersionData : public IntrusivePtrBase<PackageVersionData> {
|
||||
public:
|
||||
PackageVersionData() : is_installer(true) {}
|
||||
PackageVersionData() {}
|
||||
|
||||
String name; ///< Name of the package
|
||||
String description; ///< html description
|
||||
@@ -402,7 +402,7 @@ void UpdatesWindow::onActionChange(wxCommandEvent& ev) {
|
||||
}
|
||||
|
||||
void UpdatesWindow::onApplyChanges(wxCommandEvent& ev) {
|
||||
FOREACH(update_version_data->packages, pack) {
|
||||
FOR_EACH(pack, update_version_data->packages) {
|
||||
PackageAction action = package_data[pack].second;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user