diff --git a/modules/space/rendering/renderableconstellationsbase.h b/modules/space/rendering/renderableconstellationsbase.h index 72dadb5b21..1987750db0 100644 --- a/modules/space/rendering/renderableconstellationsbase.h +++ b/modules/space/rendering/renderableconstellationsbase.h @@ -105,8 +105,8 @@ private: // The file containing constellation names and abbreviations properties::StringProperty _namesFilename; - // Everything related to the labels are handled by LabelsComponent - std::unique_ptr _labels = nullptr; + // Everything related to the labels is handled by LabelsComponent + std::unique_ptr _labels; }; } // namespace openspace