file probe prefs, updated dcraw, bugs - garbage, accel, ffmpeg/giphy.gif
[goodguy/history.git] / cinelerra-5.1 / cinelerra / garbage.h
index 8cf8306ee3b54b79140815703dbe55adf41f9436..7f44a58554c3ae3e94ed41a6324218eb3049fcef 100644 (file)
@@ -49,6 +49,8 @@
 
 class Garbage
 {
+       Garbage(Garbage &v) {} //disallow copy constructor
+       Garbage &operator=(Garbage &v) { return *this=v; } //disallow = operator
 public:
        Garbage(const char *title);
        virtual ~Garbage();