diff --git a/GUI.cpp b/GUI.cpp index 74cb5f1..27cf1de 100644 --- a/GUI.cpp +++ b/GUI.cpp @@ -1307,7 +1307,7 @@ bool __fastcall XgEraseSettings(void) noexcept ::DeleteEnhMetaFile(xg_hBlackCellEMF); xg_hBlackCellEMF = nullptr; } - XgGetFileManager().clear(); + XgGetFileManager()->clear(); return true; }