Skip to content

Commit

Permalink
namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 11, 2021
1 parent 5b7e594 commit 59c9db2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions plugins/teaser/filters/TeaserFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@

#include <Eigen/Dense>

namespace pdal
{

namespace std {
template<typename T, typename... Args>
std::unique_ptr<T> make_unique(Args&&... args)
Expand All @@ -49,6 +46,11 @@ std::unique_ptr<T> make_unique(Args&&... args)
}
}

namespace pdal
{



class PDAL_DLL TeaserFilter : public Filter
{
public:
Expand Down

0 comments on commit 59c9db2

Please sign in to comment.