summaryrefslogtreecommitdiff
path: root/src/data/edge.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-06 16:06:06 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-06 16:06:06 +0200
commitc0b8dea3d3b93fd4b87e5311b6c6422a7ccdb723 (patch)
tree7bea34c2d86c2d68a6c6d4d9e003c8573dc77449 /src/data/edge.cpp
parent6359b28b155355e0be67961cc21eccdbd2c61cc2 (diff)
removed EdgeStyle and NodeStyle classes
Diffstat (limited to 'src/data/edge.cpp')
-rw-r--r--src/data/edge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/edge.cpp b/src/data/edge.cpp
index ca63954..0ae566b 100644
--- a/src/data/edge.cpp
+++ b/src/data/edge.cpp
@@ -401,7 +401,7 @@ void Edge::attachStyle()
else _style = tikzit->styles()->edgeStyle(nm);
}
-EdgeStyle * Edge::style() const
+Style *Edge::style() const
{
return _style;
}