diff options
| author | Ted Kremenek <kremenek@apple.com> | 2008-07-10 23:24:20 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2008-07-10 23:24:20 +0000 |
| commit | e4a6db3349b26ce6c848aaa2fc5ff2ea22b68722 (patch) | |
| tree | 14b1ae7fd144c2a9a86b3c1ac1babd8bde3da18a | |
| parent | 72a2d8e6b573762636429a7d20cc612769533e86 (diff) | |
| download | bcm5719-llvm-e4a6db3349b26ce6c848aaa2fc5ff2ea22b68722.tar.gz bcm5719-llvm-e4a6db3349b26ce6c848aaa2fc5ff2ea22b68722.zip | |
Make typedef public to make MSVC++ happy.
llvm-svn: 53433
| -rw-r--r-- | llvm/include/llvm/ADT/alist_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/ADT/alist_node.h b/llvm/include/llvm/ADT/alist_node.h index 1b877c0c215..c7ab8472dd7 100644 --- a/llvm/include/llvm/ADT/alist_node.h +++ b/llvm/include/llvm/ADT/alist_node.h @@ -77,6 +77,7 @@ private: // A specialization of ilist_traits for alist_nodes. template<class T, class LargestT> class ilist_traits<alist_node<T, LargestT> > { +public: typedef alist_node<T, LargestT> NodeTy; protected: |

