diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-23 01:40:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-23 01:40:59 +0000 |
commit | 14a61ff9adcfe2b30e2a0fc303946a4498621c6a (patch) | |
tree | 9fcd475c53588395d45df6ba64496fb3ee8a3aef /devel/orbitcpp | |
parent | 5db54161699ece0916cc4df44f9f50a2c541fe74 (diff) |
Notes
Diffstat (limited to 'devel/orbitcpp')
-rw-r--r-- | devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h b/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h new file mode 100644 index 000000000000..5b9029d876c7 --- /dev/null +++ b/devel/orbitcpp/files/patch-orbitcpp::orb-cpp::orbitcpp_simple_seq.h @@ -0,0 +1,10 @@ +--- orbitcpp/orb-cpp/orbitcpp_simple_seq.h.orig Wed Jul 23 10:12:57 2003 ++++ orbitcpp/orb-cpp/orbitcpp_simple_seq.h Wed Jul 23 10:15:59 2003 +@@ -35,6 +35,7 @@ + class SimpleSeqBase: public SequenceBase <typename Traits::value_t, + typename Traits::c_value_t, typename Traits::c_seq_t> + { ++ public: + typedef Traits traits_t; + typedef typename Traits::value_t value_t; + typedef typename traits_t::c_value_t c_value_t; |