Add labels to RenderableGrid class

This commit is contained in:
Malin E
2022-09-08 11:28:12 +02:00
parent 0d6f4ecac0
commit 91eb006d4e
3 changed files with 78 additions and 6 deletions
@@ -105,7 +105,7 @@ private:
// The file containing constellation names and abbreviations
properties::StringProperty _namesFilename;
// Everything related to the labels are handles by speck::SpeckLabels
// Everything related to the labels are handles by speck::LabelsComponent
std::unique_ptr<speck::LabelsComponent> _labels = nullptr;
};