remember to add the prototype for make_thumbnail

This commit is contained in:
Joseph Lenox 2018-05-07 21:33:15 -05:00
parent 90ddda9ce1
commit ccb7333b82

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