diff options
author | marha <marha@users.sourceforge.net> | 2010-02-18 07:22:26 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-18 07:22:26 +0000 |
commit | 24d6ec0750afd0c393bab09aabe174da824a8c56 (patch) | |
tree | c856ef924b12b5f1a88809208c38438cc874e6a1 /tools/mhmake/src/curdir.h | |
parent | 5a30da03ddafd49caf68942f7ddf021bd898ef6d (diff) | |
download | vcxsrv-24d6ec0750afd0c393bab09aabe174da824a8c56.tar.gz vcxsrv-24d6ec0750afd0c393bab09aabe174da824a8c56.tar.bz2 vcxsrv-24d6ec0750afd0c393bab09aabe174da824a8c56.zip |
svn merge --reintegrate ^/branches/mhmake.parallel .
Diffstat (limited to 'tools/mhmake/src/curdir.h')
-rw-r--r-- | tools/mhmake/src/curdir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mhmake/src/curdir.h b/tools/mhmake/src/curdir.h index 1dad43457..169dca8a7 100644 --- a/tools/mhmake/src/curdir.h +++ b/tools/mhmake/src/curdir.h @@ -42,7 +42,6 @@ public: {
return m_pCurrentDir;
}
- static void ChangeCurDir(const refptr<fileinfo>&NewDir);
};
#endif
|