Changeset 15 for lib/song.cpp


Ignore:
Timestamp:
12/29/07 16:53:59 (4 years ago)
Author:
sander
Message:

Some minor things and a memleak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/song.cpp

    r3 r15  
    33Song::Song() 
    44{ 
    5     id = 0; 
     5    id = -1; 
    66    time = 0; 
    77    track = 0; 
Note: See TracChangeset for help on using the changeset viewer.