diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-06-09 10:51:12 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-06-09 10:51:12 -0230 |
commit | 31e48acdf45e4968b7fe59261a0095d963d71dca (patch) | |
tree | 7dcf98a7fdd2d3cb629e3a6a314c28bc6197ddf6 /cpp/include/Slice/Preprocessor.h | |
parent | Bug 4064 - Having file include itself == BAD (diff) | |
download | ice-31e48acdf45e4968b7fe59261a0095d963d71dca.tar.bz2 ice-31e48acdf45e4968b7fe59261a0095d963d71dca.tar.xz ice-31e48acdf45e4968b7fe59261a0095d963d71dca.zip |
Fixed bug in depednedncy creation
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 23458bccfbb..1f6333cc8c5 100644 --- a/cpp/include/Slice/Preprocessor.h +++ b/cpp/include/Slice/Preprocessor.h @@ -53,6 +53,7 @@ private: const std::string _path; const std::string _fileName; + const std::string _shortFileName; const std::vector<std::string> _args; #ifdef _WIN32 std::wstring _cppFile; |