Skip to content

Commit

Permalink
Merge pull request #14 from muflihun/develop
Browse files Browse the repository at this point in the history
update
  • Loading branch information
abumq authored Jan 10, 2018
2 parents 6007fce + b882f3f commit 9a10d65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions license++/license-exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class LicenseException : public LicenseExceptionBase, public std::runtime_error
LicenseException(const std::string& msg) : std::runtime_error(msg) {}

virtual ~LicenseException() = default;
private:
LicenseException(const LicenseException&) = delete;
LicenseException& operator=(const LicenseException&) = delete;
};

}
Expand Down

0 comments on commit 9a10d65

Please sign in to comment.