core: fix warning breaking linux builds

This commit is contained in:
itsmattkc
2022-11-06 11:11:38 -08:00
parent 49ad3a1e34
commit 6307f8d9e3
+2 -2
View File
@@ -87,9 +87,9 @@ Core::Core(const CoreParams& params) :
addable_object_(Tool::kAddableEmpty),
snapping_(true),
core_params_(params),
magic_(false),
pixel_sampling_users_(0),
shown_cache_full_warning_(false),
magic_(false)
shown_cache_full_warning_(false)
{
// Store reference to this object, making the assumption that Core will only ever be made in
// main(). This will obviously break if not.