make rule_cache noncopyable

This commit is contained in:
Dane Springmeyer 2013-09-19 18:01:51 -07:00
parent 2ebd3e9bf8
commit 5c534c1ac6

View file

@ -26,6 +26,7 @@
// mapnik
#include <mapnik/rule.hpp>
#include <mapnik/feature_type_style.hpp>
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/foreach.hpp>
@ -36,7 +37,7 @@
namespace mapnik
{
class rule_cache
class rule_cache : private noncopyable
{
public:
typedef std::vector<rule const*> rule_ptrs;