summaryrefslogtreecommitdiff
path: root/grab.h
diff options
context:
space:
mode:
Diffstat (limited to 'grab.h')
-rw-r--r--grab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/grab.h b/grab.h
index 2d6f820..f1c3aed 100644
--- a/grab.h
+++ b/grab.h
@@ -3,6 +3,7 @@
#include "stdext.h"
#include "tasks.h"
+#include "autoptr.h"
namespace vdrlive {
@@ -28,7 +29,7 @@ private:
void PutImage( char* image, int size );
- std::auto_ptr< GrabImageTask > m_task;
+ AUTO_PTR< GrabImageTask > m_task;
GrabImagePtr m_image;
int m_size;
};