Skip to content

Commit

Permalink
AURORA: Make the GFF3File destructor virtual
Browse files Browse the repository at this point in the history
Because we're treating a SACFile as a GFF3File.
  • Loading branch information
DrMcCoy committed Sep 23, 2018
1 parent 4421a03 commit 422b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurora/gff3file.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class GFF3File : boost::noncopyable, public AuroraFile {
GFF3File(Common::SeekableReadStream *gff3, uint32 id = 0xFFFFFFFF, bool repairNWNPremium = false);
/** Request this resource from the ResourceManager and read a GFF3 file out of it. */
GFF3File(const Common::UString &gff3, FileType type, uint32 id = 0xFFFFFFFF, bool repairNWNPremium = false);
~GFF3File();
virtual ~GFF3File();

/** Return the GFF3's specific type. */
uint32 getType() const;
Expand Down

0 comments on commit 422b8b8

Please sign in to comment.