summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerpresetinfo.cpp
diff options
context:
space:
mode:
authorMarcos CARDINOT <mcardinot@gmail.com>2014-04-17 15:12:00 +0100
committerMarcos CARDINOT <mcardinot@gmail.com>2014-04-17 15:12:00 +0100
commitfd157b58765dec46709dbebd603e8b2eb598d2b0 (patch)
treeb8e43171fd62b39eb85d409145cf295b00eb8bf8 /src/controllers/controllerpresetinfo.cpp
parent8ca929c871556604497ec009c7b1e9eff65c4480 (diff)
uninitialized members
Diffstat (limited to 'src/controllers/controllerpresetinfo.cpp')
-rw-r--r--src/controllers/controllerpresetinfo.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/controllers/controllerpresetinfo.cpp b/src/controllers/controllerpresetinfo.cpp
index 88a919ec8b..8439fe5893 100644
--- a/src/controllers/controllerpresetinfo.cpp
+++ b/src/controllers/controllerpresetinfo.cpp
@@ -20,7 +20,8 @@ PresetInfo::PresetInfo()
: m_valid(false) {
}
-PresetInfo::PresetInfo(const QString preset_path) {
+PresetInfo::PresetInfo(const QString preset_path)
+ : m_valid(false) {
// Parse <info> header section from a controller description XML file
// Contents parsed by xml path:
// info.name Preset name, used for drop down menus in dialogs