mirror of https://github.com/odrling/Aegisub
Fix merge error in ass_file.h
Originally committed to SVN as r5573.
This commit is contained in:
parent
0de3ce42d5
commit
7155ace1d9
|
@ -152,7 +152,7 @@ public:
|
|||
/// Get the value in a [Script Info] key as string.
|
||||
wxString GetScriptInfo(const wxString key);
|
||||
/// Set the value of a [Script Info] key. Adds it if it doesn't exist.
|
||||
void SetScriptInfo(wxString key, wxString const& value);
|
||||
void SetScriptInfo(wxString const& key, wxString const& value);
|
||||
// Add a ";" comment in the [Script Info] section
|
||||
void AddComment(const wxString comment);
|
||||
/// @brief Add a line to the file
|
||||
|
|
Loading…
Reference in New Issue