Instantiate Parser::family once

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-07-24 15:01:55 -04:00
parent 2cb2f3aeb5
commit 5e3ec2e037
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
#include "parserstatefamily.h"
namespace Parser {
static const StateFamily family;
extern const StateFamily family;
class Parser {
private: