Advertisement
Guest User

Untitled

a guest
Jul 7th, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. In file included from base/class_list.cpp:208:
  2. ./base/DynArray.h: In constructor ‘shogun::CDynamicObjectArray::CDynamicObjectArray(int32_t)’:
  3. ./base/DynArray.h:379: error: ‘shogun::CSGObject** shogun::DynArray<shogun::CSGObject*>::array’ is protected
  4. ./lib/DynamicObjectArray.h:39: error: within this context
  5. ./base/DynArray.h:382: error: ‘int32_t shogun::DynArray<shogun::CSGObject*>::num_elements’ is protected
  6. ./lib/DynamicObjectArray.h:40: error: within this context
  7. ./base/DynArray.h:385: error: ‘int32_t shogun::DynArray<shogun::CSGObject*>::last_element_idx’ is protected
  8. ./lib/DynamicObjectArray.h:42: error: within this context
  9. ./base/DynArray.h:376: error: ‘int32_t shogun::DynArray<shogun::CSGObject*>::resize_granularity’ is protected
  10. ./lib/DynamicObjectArray.h:45: error: within this context
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement