Commit fcbe7a98 authored by nmoutinho's avatar nmoutinho

Removed 'namespace' for cv and plot.

parent c613254b
......@@ -47,14 +47,13 @@
#include "precomp.hpp"
using namespace cv;
using namespace cv::plot;
using namespace std;
namespace cv
{
namespace plot
{
using namespace std;
class Plot2dImpl : public Plot2d
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment