From 3a6cb1159ae875991849a0f8791812d611dfe3cf Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:18:12 -0700 Subject: [PATCH] fix: BSSystemFile --- CommonLibSF/include/RE/B/BSSystemFile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonLibSF/include/RE/B/BSSystemFile.h b/CommonLibSF/include/RE/B/BSSystemFile.h index 8b894d41..89c3aa79 100644 --- a/CommonLibSF/include/RE/B/BSSystemFile.h +++ b/CommonLibSF/include/RE/B/BSSystemFile.h @@ -47,10 +47,10 @@ namespace RE kEnd = 2 }; - BSSystemFile(); - ~BSSystemFile(); + BSSystemFile(); + BSSystemFile( const char* a_path, AccessMode a_accessMode,