Skip to content

Commit

Permalink
Remove extra "public".
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 12, 2019
1 parent b6010b3 commit 5bf5b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filters/TransformationFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PDAL_DLL TransformationFilter : public Filter, public Streamable
{
public:
class Transform;
public:

TransformationFilter();
~TransformationFilter();
TransformationFilter& operator=(const TransformationFilter&) = delete;
Expand Down

0 comments on commit 5bf5b2b

Please sign in to comment.