aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/waveout/outputwaveoutfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/waveout/outputwaveoutfactory.cpp')
-rw-r--r--src/plugins/Output/waveout/outputwaveoutfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Output/waveout/outputwaveoutfactory.cpp b/src/plugins/Output/waveout/outputwaveoutfactory.cpp
index 1b01c1e84..121fd6367 100644
--- a/src/plugins/Output/waveout/outputwaveoutfactory.cpp
+++ b/src/plugins/Output/waveout/outputwaveoutfactory.cpp
@@ -30,7 +30,7 @@ const OutputProperties OutputWaveOutFactory::properties() const
properties.name = tr("WaveOut Plugin");
properties.hasAbout = TRUE;
properties.hasSettings = FALSE;
- properties.shortName = "waveout"
+ properties.shortName = "waveout";
return properties;
}