CDUtils: Namespace code under the Common namespace

This commit is contained in:
Lioncash
2018-05-27 18:21:59 -04:00
parent 5fdf171967
commit 1f75fa0aff
7 changed files with 11 additions and 5 deletions

View File

@ -166,7 +166,7 @@ void MenuBar::AddDVDBackupMenu(QMenu* file_menu)
{
m_backup_menu = file_menu->addMenu(tr("&Boot from DVD Backup"));
const std::vector<std::string> drives = cdio_get_devices();
const std::vector<std::string> drives = Common::cdio_get_devices();
// Windows Limitation of 24 character drives
for (size_t i = 0; i < drives.size() && i < 24; i++)
{