Set the closed marker even on 64-bit OS X

This commit is contained in:
Thomas Goyne 2015-09-25 18:18:36 -07:00
parent 5f89a64f07
commit 75804da4ea
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ void FrameMain::UpdateTitle() {
newTitle << " - Aegisub " << GetAegisubLongVersionString();
#endif
#if defined(__WXMAC__) && !defined(__LP64__)
#if defined(__WXMAC__)
// On Mac, set the mark in the close button
OSXSetModified(context->subsController->IsModified());
#endif