mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Merge pull request #50 from halian/master
Fix build errors on Mac OS X+
This commit is contained in:
@@ -92,7 +92,9 @@ bool update_available() {
|
||||
class CheckUpdateThread : public wxThread {
|
||||
public:
|
||||
void* Entry() override {
|
||||
Work();
|
||||
#ifndef __APPLE__
|
||||
Work();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user