summaryrefslogtreecommitdiff
path: root/source.list
diff options
context:
space:
mode:
authorKUDr <KUDr@openttd.org>2007-01-26 11:38:07 +0000
committerKUDr <KUDr@openttd.org>2007-01-26 11:38:07 +0000
commit55ac8f843a31c196884783117b57ff6faaf5bc37 (patch)
treeac68bde5795292ff114b30e388d7bff3f1eda66e /source.list
parent1943e8cb8caf49f398fc61420bb7d905bd870c73 (diff)
downloadopenttd-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 'source.list')
-rw-r--r--source.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/source.list b/source.list
index 9d7c6e9f1..377d6e50a 100644
--- a/source.list
+++ b/source.list
@@ -312,6 +312,7 @@ water_map.h
# Misc
misc/array.hpp
misc/autocopyptr.hpp
+misc/autoptr.hpp
misc/binaryheap.hpp
misc/blob.hpp
misc/countedptr.hpp