diff options
author | KUDr <KUDr@openttd.org> | 2007-01-26 11:38:07 +0000 |
---|---|---|
committer | KUDr <KUDr@openttd.org> | 2007-01-26 11:38:07 +0000 |
commit | 55ac8f843a31c196884783117b57ff6faaf5bc37 (patch) | |
tree | ac68bde5795292ff114b30e388d7bff3f1eda66e /projects | |
parent | 1943e8cb8caf49f398fc61420bb7d905bd870c73 (diff) | |
download | openttd-55ac8f843a31c196884783117b57ff6faaf5bc37.tar.xz |
(svn r8414) -Codechange: Use own AutoPtrT instead of std::auto_ptr.
-Simplifies assignment from raw pointers
-Should be harder to crash the program by incorrect assignment into it.
-Should help with MorphOS compilation errors
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd.vcproj | 3 | ||||
-rw-r--r-- | projects/openttd_vs80.vcproj | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/projects/openttd.vcproj b/projects/openttd.vcproj index 69323471b..8062e4f33 100644 --- a/projects/openttd.vcproj +++ b/projects/openttd.vcproj @@ -1021,6 +1021,9 @@ RelativePath=".\..\src\misc\autocopyptr.hpp"> </File> <File + RelativePath=".\..\src\misc\autoptr.hpp"> + </File> + <File RelativePath=".\..\src\misc\binaryheap.hpp"> </File> <File diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 26f45f5a9..3705df9df 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1304,6 +1304,9 @@ RelativePath=".\..\src\misc\autocopyptr.hpp"> </File> <File + RelativePath=".\..\src\misc\autoptr.hpp"> + </File> + <File RelativePath=".\..\src\misc\binaryheap.hpp"> </File> <File |