drop using namespace burn, fix in libisoburn C++ API, rev.4062

This commit is contained in:
George Danchev 2011-07-05 15:04:31 +00:00
parent d25886af9a
commit d4822af890
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
#include <libburn/libburn.h>
#include <libisofs/libisofs.h>
using namespace burn;
// using namespace burn;
// (this was needed to before rev.4062 of libisoburn)
#include "libisoburn/libisoburn.h"