summaryrefslogtreecommitdiff
path: root/tikzit/src/data/nodestyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/data/nodestyle.cpp')
-rw-r--r--tikzit/src/data/nodestyle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/data/nodestyle.cpp b/tikzit/src/data/nodestyle.cpp
index 109e2af..7eca791 100644
--- a/tikzit/src/data/nodestyle.cpp
+++ b/tikzit/src/data/nodestyle.cpp
@@ -1,5 +1,7 @@
#include "nodestyle.h"
+NodeStyle *noneStyle = new NodeStyle();
+
NodeStyle::NodeStyle()
{
name = "none";