Skip to content

Commit

Permalink
revert the explicitly deleted behavior of these functions, unavailabl…
Browse files Browse the repository at this point in the history
…e on MSVC2012
  • Loading branch information
chambbj committed May 16, 2014
1 parent 8bb016d commit 83e9eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/pdal/filters/Scaling.hpp
Expand Up @@ -80,8 +80,8 @@ class PDAL_DLL Scaling: public Filter


Scaling(Stage& prevStage, const Options&);
Scaling& operator=(const Scaling&) = delete;
Scaling(const Scaling&) = delete;
Scaling& operator=(const Scaling&);
Scaling(const Scaling&);

static Options getDefaultOptions();
virtual void initialize();
Expand Down

0 comments on commit 83e9eeb

Please sign in to comment.