diff options
Diffstat (limited to 'soundserver')
-rw-r--r-- | soundserver/gslplayobject_impl.cc | 2 | ||||
-rw-r--r-- | soundserver/wavplayobject_impl.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/soundserver/gslplayobject_impl.cc b/soundserver/gslplayobject_impl.cc index 217fe80..aafb41c 100644 --- a/soundserver/gslplayobject_impl.cc +++ b/soundserver/gslplayobject_impl.cc @@ -134,7 +134,7 @@ public: */ std::string description() { - return "no description available (see "__FILE__")"; + return "no description available (see " __FILE__ ")"; } poTime currentTime() 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() { |