Skip to content

Commit

Permalink
item_class_pool cannot be copied nor assigned.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-jorge committed Nov 18, 2013
1 parent 3ef7f68 commit 25d65aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bear-factory/bear-editor/src/bf/item_class_pool.hpp
Expand Up @@ -74,6 +74,10 @@ namespace bf

void field_unicity_test();

// not implemented
item_class_pool& operator=( const item_class_pool& that );
item_class_pool( const item_class_pool& that );

private:
/** \brief The item classes. */
item_class_map m_item_class;
Expand Down

0 comments on commit 25d65aa

Please sign in to comment.