From 52544605e5c29109645fb1edb4fefbe4801b8a53 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 4 Feb 2015 18:39:08 +1100 Subject: [PATCH] image: instantiate uint8_t buffer clone --- image.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/image.cpp b/image.cpp index bfc454a0..db322a43 100644 --- a/image.cpp +++ b/image.cpp @@ -202,3 +202,4 @@ util::ppm::write (const uint8_t *restrict pixels, //----------------------------------------------------------------------------- template struct util::image::buffer; template util::image::buffer util::image::buffer::alloc (void) const; +template util::image::buffer util::image::buffer::clone (void) const;