Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Dec 25, 2023
1 parent 98c43b3 commit 1158f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@ bool __fastcall XgEraseSettings(void) noexcept
::DeleteEnhMetaFile(xg_hBlackCellEMF);
xg_hBlackCellEMF = nullptr;
}
XgGetFileManager().clear();
XgGetFileManager()->clear();

return true;
}
Expand Down

0 comments on commit 1158f44

Please sign in to comment.