use class suffix as write information

This commit is contained in:
Nikolaus Gullotta 2019-07-25 15:56:03 -05:00 committed by Nikolaus Gullotta
parent f701be65a2
commit 4ac66cd534
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -425,7 +425,7 @@ void MixerSnapshot::write(const string dir)
return;
}
string path = Glib::build_filename(dir, label + template_suffix);
string path = Glib::build_filename(dir, label + suffix);
XMLNode* node = new XMLNode("MixerSnapshot");
node->set_property(X_("flags"), _flags);