forked from mia/Aegisub
Fix merge error in ass_file.h
Originally committed to SVN as r5573.
This commit is contained in:
parent
0de3ce42d5
commit
7155ace1d9
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ public:
|
||||||
/// Get the value in a [Script Info] key as string.
|
/// Get the value in a [Script Info] key as string.
|
||||||
wxString GetScriptInfo(const wxString key);
|
wxString GetScriptInfo(const wxString key);
|
||||||
/// Set the value of a [Script Info] key. Adds it if it doesn't exist.
|
/// 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
|
// Add a ";" comment in the [Script Info] section
|
||||||
void AddComment(const wxString comment);
|
void AddComment(const wxString comment);
|
||||||
/// @brief Add a line to the file
|
/// @brief Add a line to the file
|
||||||
|
|
Loading…
Reference in a new issue