mirror of https://github.com/odrling/Aegisub
Anchor AssAttachment's vtable
This commit is contained in:
parent
b29fcd4f89
commit
62186e916a
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
|
||||
AssEntryGroup AssAttachment::Group() const { return group; }
|
||||
|
||||
AssAttachment::AssAttachment(AssAttachment const& rgt)
|
||||
: entry_data(rgt.entry_data)
|
||||
, filename(rgt.filename)
|
||||
|
|
|
@ -46,7 +46,7 @@ public:
|
|||
std::string GetFileName(bool raw=false) const;
|
||||
|
||||
std::string const& GetEntryData() const { return entry_data; }
|
||||
AssEntryGroup Group() const override { return group; }
|
||||
AssEntryGroup Group() const override;
|
||||
|
||||
AssAttachment(AssAttachment const& rgt);
|
||||
AssAttachment(std::string const& header, AssEntryGroup group);
|
||||
|
|
Loading…
Reference in New Issue