summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-12-06 14:01:35 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-06 14:01:35 +0000
commit05e90b229e833b64bee150810953cf1328621b99 (patch)
tree68badf210187134c3c54335a92ba70da9a7ea748 /src/vanishing-point.h
parentcppification: GSList replaced by vectors (mostly related to gradients and mes... (diff)
downloadinkscape-05e90b229e833b64bee150810953cf1328621b99.tar.gz
inkscape-05e90b229e833b64bee150810953cf1328621b99.zip
cppification: GSList replaced by vectors (vanishing points)
(bzr r14504.1.3)
Diffstat (limited to 'src/vanishing-point.h')
-rw-r--r--src/vanishing-point.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vanishing-point.h b/src/vanishing-point.h
index 7242a94ee..e967096e5 100644
--- a/src/vanishing-point.h
+++ b/src/vanishing-point.h
@@ -23,8 +23,6 @@
#include "ui/control-manager.h" // TODO break enums out separately
class SPBox3D;
-typedef struct _GList GList;
-typedef struct _GSList GSList;
namespace Box3D {
@@ -173,8 +171,8 @@ public:
bool dragging;
SPDocument *document;
- GList *draggers;
- GSList *lines;
+ std::vector<VPDragger *> draggers;
+ std::vector<SPCtrlLine *> lines;
void printDraggers(); // convenience for debugging
/*