From a505f79190d4d14a7c9595af3e9b78d9c613da21 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 05 Feb 2007 20:20:18 +0000 Subject: BUG: Lack of a << made opieplayer2 uncompilable. FIX: It is put in now. --- (limited to 'noncore') diff --git a/noncore/multimedia/opieplayer2/lib.cpp b/noncore/multimedia/opieplayer2/lib.cpp index 5f281b7..575f2b2 100644 --- a/noncore/multimedia/opieplayer2/lib.cpp +++ b/noncore/multimedia/opieplayer2/lib.cpp @@ -92,7 +92,7 @@ Lib::Lib( InitializationMode initMode, XineVideoWidget* widget ) ts << "audio.passthrough_offset:0\n"; f.close(); } else - owarn << "Failed to open " f.name() << oendl; + owarn << "Failed to open " << f.name() << oendl; } if ( initMode == InitializeImmediately ) { -- cgit v0.9.0.2