remember to add the prototype for make_thumbnail

This commit is contained in:
Joseph Lenox 2018-05-07 21:33:15 -05:00 committed by Joseph Lenox
parent e37ce981e7
commit f4a90f6742

View File

@ -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();