/[svn]/libgig/trunk/src/RIFF.cpp
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 518 by schoenebeck, Sun May 8 16:19:34 2005 UTC revision 666 by persson, Sun Jun 19 15:18:59 2005 UTC
# Line 758  namespace RIFF { Line 758  namespace RIFF {
758  // *************** File ***************  // *************** File ***************
759  // *  // *
760    
761      File::File(const String& path) : List() {      File::File(const String& path) : List(), Filename(path) {
762        #if DEBUG        #if DEBUG
763        std::cout << "File::File("<<path<<")" << std::endl;        std::cout << "File::File("<<path<<")" << std::endl;
764        #endif // DEBUG        #endif // DEBUG

Legend:
Removed from v.518  
changed lines
  Added in v.666

  ViewVC Help
Powered by ViewVC