mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 12:39:59 +00:00
Remove redundant conversion operator
This commit is contained in:
parent
bc4b54157b
commit
5e9d460032
@ -79,8 +79,6 @@ void parseConfig(std::istream& stream, boost::program_options::variables_map& va
|
||||
|
||||
class MaybeQuotedPath : public boost::filesystem::path
|
||||
{
|
||||
public:
|
||||
operator boost::filesystem::path() { return *this; }
|
||||
};
|
||||
|
||||
std::istream& operator>> (std::istream& istream, MaybeQuotedPath& MaybeQuotedPath);
|
||||
|
Loading…
x
Reference in New Issue
Block a user