From ccb7333b82f6b209a504b915cee50a81f7d597da Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 7 May 2018 21:33:15 -0500 Subject: [PATCH] remember to add the prototype for make_thumbnail --- src/GUI/Plater.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GUI/Plater.hpp b/src/GUI/Plater.hpp index 9e86eb265..c180ca843 100644 --- a/src/GUI/Plater.hpp +++ b/src/GUI/Plater.hpp @@ -89,6 +89,9 @@ private: return Slic3r::Pointf(); } + /// Build thumbnails for the models + void make_thumbnail(size_t idx); + /// Complete thumbnail transformation and refresh canvases void on_thumbnail_made(size_t idx); void refresh_canvases();