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 c63649986b
commit 2dd0e8de3c

View File

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