diff Plugin/Cache/CacheIndex.h @ 213:d200cfd84b46

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Feb 2019 17:00:38 +0100
parents 2f27287c047c
children aee499712ac4
line wrap: on
line diff
--- a/Plugin/Cache/CacheIndex.h	Sat Feb 23 18:18:06 2019 +0100
+++ b/Plugin/Cache/CacheIndex.h	Wed Feb 27 17:00:38 2019 +0100
@@ -33,6 +33,8 @@
     int          bundle_;
     std::string  item_;
 
+    void operator= (const CacheIndex&);  // Forbidden
+
   public:
     CacheIndex(const CacheIndex& other) :
       bundle_(other.bundle_),