author | wimpie <wimpie> | 2004-04-02 23:07:50 (UTC) |
---|---|---|
committer | wimpie <wimpie> | 2004-04-02 23:07:50 (UTC) |
commit | e7a821c21c684c30dbc67db3a1ef341cedc18a1f (patch) (unidiff) | |
tree | 930b743e1b5363c4d76735efe5eac0e4659d8afd /libopie2/opiemm | |
parent | aeb8f96f5551d5e8d5643c0d2fa0894cd80e511b (diff) | |
download | opie-e7a821c21c684c30dbc67db3a1ef341cedc18a1f.zip opie-e7a821c21c684c30dbc67db3a1ef341cedc18a1f.tar.gz opie-e7a821c21c684c30dbc67db3a1ef341cedc18a1f.tar.bz2 |
added _sdf(0) to constructor to avoid warning
-rw-r--r-- | libopie2/opiemm/osoundsystem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
147 | *======================================================================================*/ | 147 | *======================================================================================*/ |
148 | 148 | ||
149 | OAudioInterface::OAudioInterface( QObject* parent, const char* name ) | 149 | OAudioInterface::OAudioInterface( QObject* parent, const char* name ) |
150 | :QObject( parent, name ) | 150 | :QObject( parent, name ), _sfd(0) |
151 | { | 151 | { |
152 | odebug << "OAudioInterface::OAudioInterface()" << oendl; | 152 | odebug << "OAudioInterface::OAudioInterface()" << oendl; |
153 | init(); | 153 | init(); |