mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Use shared ptr for line filenames to be able to still use filenames when original file has been closed
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include <stack>
|
||||
|
||||
#include "Utils/ClassUtils.h"
|
||||
#include "AbstractDirectiveStreamProxy.h"
|
||||
#include "Parsing/IPackValueSupplier.h"
|
||||
#include "Parsing/IParserLineStream.h"
|
||||
@ -32,5 +33,5 @@ public:
|
||||
_NODISCARD bool IsOpen() const override;
|
||||
_NODISCARD bool Eof() const override;
|
||||
|
||||
int GetCurrentPack() const override;
|
||||
_NODISCARD int GetCurrentPack() const override;
|
||||
};
|
||||
|
Reference in New Issue
Block a user