diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-11-20 09:33:51 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-11-20 09:33:51 -0330 |
commit | 5744479ac651868774f90ccbcc2af59ca6800f00 (patch) | |
tree | 9e3a93dda6521118c74ac5f6719cc63b89a0020a /cpp/include/Slice/Preprocessor.h | |
parent | Removed debug statements (diff) | |
download | ice-5744479ac651868774f90ccbcc2af59ca6800f00.tar.bz2 ice-5744479ac651868774f90ccbcc2af59ca6800f00.tar.xz ice-5744479ac651868774f90ccbcc2af59ca6800f00.zip |
Bug 3550 - slice compiler not able to open tmp file on Vista
Diffstat (limited to 'cpp/include/Slice/Preprocessor.h')
-rw-r--r-- | cpp/include/Slice/Preprocessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/Slice/Preprocessor.h b/cpp/include/Slice/Preprocessor.h index 1f8ace5c335..97da004e9bc 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -54,6 +54,7 @@ private: const std::string _path; const std::string _fileName; const std::vector<std::string> _args; + std::string _cppFile; FILE* _cppHandle; }; |