From f8bb2faef4b272ed150eb3ca4cedaa79da410694 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 11 Mar 2009 15:09:17 +0200 Subject: Allow initialization of pod_seq and fix_seq from a C array Use this in the hybrid/binary/custom example. --- libxsde/xsde/cxx/sequence-base.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libxsde/xsde/cxx/sequence-base.hxx') diff --git a/libxsde/xsde/cxx/sequence-base.hxx b/libxsde/xsde/cxx/sequence-base.hxx index 057ffdf..537ee7c 100644 --- a/libxsde/xsde/cxx/sequence-base.hxx +++ b/libxsde/xsde/cxx/sequence-base.hxx @@ -70,7 +70,7 @@ namespace xsde void swap_ (sequence_base&); - public: + protected: void* data_; size_t size_; size_t capacity_; -- cgit v1.1