mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
restored projectpath constructor
This commit is contained in:
@@ -427,10 +427,10 @@ public:
|
||||
* @param parentPath previously constructed ProjectPath which ultimately connects to a ProjectRootPath
|
||||
* @param path valid filesystem-path (relative or absolute) to subpath
|
||||
*/
|
||||
/* ProjectPath(const ProjectPath& parentPath, const SystemString& path) {assign(parentPath, path);}
|
||||
void assign(const ProjectPath& parentPath, const SystemString& path);*/
|
||||
ProjectPath(const ProjectPath& parentPath, const SystemString& path) {assign(parentPath, path);}
|
||||
void assign(const ProjectPath& parentPath, const SystemString& path);
|
||||
|
||||
#ifndef HECL_UCS2
|
||||
#if HECL_UCS2
|
||||
ProjectPath(const ProjectPath& parentPath, const std::string& path) {assign(parentPath, path);}
|
||||
void assign(const ProjectPath& parentPath, const std::string& path);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user