rename misc.{cpp,h} to conv.{cpp,h}

This commit is contained in:
Andrzej Rybczak
2009-08-29 21:56:14 +02:00
parent ab54ceaf71
commit 7729fde54d
5 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
#include <stdexcept>
#include "charset.h"
#include "misc.h"
#include "conv.h"
#include "song.h"
MPD::Song::Song(mpd_Song *s, bool copy_ptr) : itsSong(s ? s : mpd_newSong()),