diff options
Diffstat (limited to 'soundserver/wavplayobject_impl.cc')
-rw-r--r-- | soundserver/wavplayobject_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soundserver/wavplayobject_impl.cc b/soundserver/wavplayobject_impl.cc index 6109f7c..8f5f2f1 100644 --- a/soundserver/wavplayobject_impl.cc +++ b/soundserver/wavplayobject_impl.cc @@ -74,7 +74,7 @@ public: * KMedia2 interface */ string description() { - return "no description (see "__FILE__")"; + return "no description (see " __FILE__ ")"; } poTime currentTime() { |