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:
parent
bc4b54157b
commit
5e9d460032
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue