mirror of https://github.com/CGAL/cgal
please test your change before commiting
This commit is contained in:
parent
7521a2ce33
commit
94a1c41aa3
|
|
@ -50,7 +50,7 @@ public:
|
|||
bool isFinite() const { return true; }
|
||||
bool isEmpty() const;
|
||||
Bbox bbox() const;
|
||||
Color_vector& color_vector() {return colors_;}
|
||||
std::vector<QColor>& color_vector() {return colors_;}
|
||||
|
||||
public slots:
|
||||
virtual void changed();
|
||||
|
|
|
|||
Loading…
Reference in New Issue