Make NotesWriterDWI also a namespace.

This commit is contained in:
Steve Checkoway
2006-11-04 23:36:11 +00:00
parent 0ed39a2f5e
commit 63bb4faf7d
3 changed files with 11 additions and 23 deletions
+1 -2
View File
@@ -775,8 +775,7 @@ void Song::SaveToDWIFile()
if( IsAFile(sPath) )
FileCopy( sPath, sPath + ".old" );
NotesWriterDWI wr;
wr.Write(sPath, *this);
NotesWriterDWI::Write(sPath, *this);
}