Add group as an optional parameter to AssEntry's contructor

Originally committed to SVN as r6161.
This commit is contained in:
Thomas Goyne 2011-12-26 22:20:43 +00:00
parent a189bac35e
commit bddd4fc714
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ public:
/// Group it belongs to, e.g. "[Events]"
wxString group;
AssEntry(wxString const& data = "") : data(data) { }
AssEntry(wxString const& data = "", wxString const& group = "") : data(data), group(group) { }
virtual ~AssEntry() { }
/// Create a copy of this entry