mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 07:15:36 +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
|
||||
{
|
||||
public:
|
||||
operator boost::filesystem::path() { return *this; }
|
||||
};
|
||||
|
||||
std::istream& operator>> (std::istream& istream, MaybeQuotedPath& MaybeQuotedPath);
|
||||
|
|
Loading…
Reference in a new issue