summaryrefslogtreecommitdiff
path: root/tikzit/src/common/TikzGraphAssembler.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/common/TikzGraphAssembler.h')
-rw-r--r--tikzit/src/common/TikzGraphAssembler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tikzit/src/common/TikzGraphAssembler.h b/tikzit/src/common/TikzGraphAssembler.h
index 16fdf7f..37279e5 100644
--- a/tikzit/src/common/TikzGraphAssembler.h
+++ b/tikzit/src/common/TikzGraphAssembler.h
@@ -25,13 +25,11 @@
#import "Graph.h"
@interface TikzGraphAssembler : NSObject {
+ const char *tikzStr;
Graph *graph;
void *scanner;
NSMutableDictionary *nodeMap;
NSError *lastError;
- char linebuff[500];
- int lineno;
- size_t tokenpos;
}
+ (BOOL) parseTikz:(NSString*)tikz forGraph:(Graph*)gr error:(NSError**)e;