mirror of https://github.com/odrling/Aegisub
Fix signature of AssDialogue::SetEntryData so it actually overrides the base
Originally committed to SVN as r6154.
This commit is contained in:
parent
309e7e75fd
commit
7c6696a53a
|
@ -215,7 +215,7 @@ public:
|
|||
void UpdateText();
|
||||
const wxString GetEntryData() const;
|
||||
/// Do nothing
|
||||
void SetEntryData(wxString) { }
|
||||
void SetEntryData(wxString const&) { }
|
||||
|
||||
template<int which>
|
||||
void SetMarginString(const wxString value) { SetMarginString(value, which);}
|
||||
|
|
Loading…
Reference in New Issue