mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added some fixes
More work on update window. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@700 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -32,6 +32,7 @@ String card_rarity_code(const String& rarity);
|
||||
class WithProgress {
|
||||
public:
|
||||
virtual void onProgress(float progress, const String& message) = 0;
|
||||
virtual ~WithProgress () {}
|
||||
};
|
||||
|
||||
/// Exception thrown to indicate exporting should be aborted
|
||||
@@ -64,7 +65,7 @@ void ExportProgressDialog::onProgress(float progress, const String& message) {
|
||||
class ApprDatabase {
|
||||
public:
|
||||
ApprDatabase(WithProgress* progress_target, const String& name);
|
||||
~ApprDatabase();
|
||||
virtual ~ApprDatabase();
|
||||
|
||||
/// Read the database
|
||||
void read();
|
||||
|
||||
Reference in New Issue
Block a user