1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Fix build with GCC 3.3.1.

Submitted by:	Alexander Nedotsukov <bland@mail.ru>
This commit is contained in:
Joe Marcus Clarke 2003-07-23 01:40:59 +00:00
parent 5db5416169
commit 14a61ff9ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85406

View File

@ -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;