From: <c99...@us...> - 2007-07-22 22:22:44
|
Revision: 426 http://svn.sourceforge.net/cadcdev/?rev=426&view=rev Author: c99koder Date: 2007-07-22 15:22:43 -0700 (Sun, 22 Jul 2007) Log Message: ----------- Tiki: NDS: Fix a typo Modified Paths: -------------- tiki/nds/src/audio/stream.cpp Modified: tiki/nds/src/audio/stream.cpp =================================================================== --- tiki/nds/src/audio/stream.cpp 2007-07-21 17:52:01 UTC (rev 425) +++ tiki/nds/src/audio/stream.cpp 2007-07-22 22:22:43 UTC (rev 426) @@ -14,7 +14,7 @@ #include <string.h> #include <nds.h> -#include "soundcommon.h" +#include "dssoundstream.h" using namespace Tiki::Audio; using namespace Tiki::Thread; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |