From e7a821c21c684c30dbc67db3a1ef341cedc18a1f Mon Sep 17 00:00:00 2001 From: wimpie Date: Fri, 02 Apr 2004 23:07:50 +0000 Subject: added _sdf(0) to constructor to avoid warning --- (limited to 'libopie2/opiemm') diff --git a/libopie2/opiemm/osoundsystem.cpp b/libopie2/opiemm/osoundsystem.cpp index 07f26c0..c00585d 100644 --- a/libopie2/opiemm/osoundsystem.cpp +++ b/libopie2/opiemm/osoundsystem.cpp @@ -147,7 +147,7 @@ void OSoundCard::init() *======================================================================================*/ OAudioInterface::OAudioInterface( QObject* parent, const char* name ) - :QObject( parent, name ) + :QObject( parent, name ), _sfd(0) { odebug << "OAudioInterface::OAudioInterface()" << oendl; init(); -- cgit v0.9.0.2