1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-19 19:53:53 +00:00

Remove redundant conversion operator

This commit is contained in:
AnyOldName3 2021-11-28 20:33:17 +00:00
parent bc4b54157b
commit 5e9d460032

View file

@ -79,8 +79,6 @@ void parseConfig(std::istream& stream, boost::program_options::variables_map& va
class MaybeQuotedPath : public boost::filesystem::path class MaybeQuotedPath : public boost::filesystem::path
{ {
public:
operator boost::filesystem::path() { return *this; }
}; };
std::istream& operator>> (std::istream& istream, MaybeQuotedPath& MaybeQuotedPath); std::istream& operator>> (std::istream& istream, MaybeQuotedPath& MaybeQuotedPath);