Removed 'namespace' for cv and plot.

pull/186/head
nmoutinho 10 years ago
parent c613254bc0
commit fcbe7a98f0
  1. 5
      modules/plot/src/plot.cpp

@ -47,14 +47,13 @@
#include "precomp.hpp" #include "precomp.hpp"
using namespace cv;
using namespace cv::plot;
using namespace std;
namespace cv namespace cv
{ {
namespace plot namespace plot
{ {
using namespace std;
class Plot2dImpl : public Plot2d class Plot2dImpl : public Plot2d
{ {
public: public:

Loading…
Cancel
Save