diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-02 23:49:30 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-02 23:49:30 -0400 |
commit | 2bd8136c89cf39d828087d38034eef72190dda08 (patch) | |
tree | 44223ae8a6e32758643cf5d0d0cc6811eda47d22 /rst_parser/rst.h | |
parent | bf4a7606151301dba49265e91c289f2caab2b7ec (diff) |
make sure i don't break build by adding RST parser stubs
Diffstat (limited to 'rst_parser/rst.h')
-rw-r--r-- | rst_parser/rst.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rst_parser/rst.h b/rst_parser/rst.h index 30a1f8a4..865871eb 100644 --- a/rst_parser/rst.h +++ b/rst_parser/rst.h @@ -1,7 +1,10 @@ #ifndef _RST_H_ #define _RST_H_ -struct RandomSpanningTree { +#include "arc_factored.h" + +struct StochasticForest { + explicit StochasticForest(const ArcFactoredForest& af); }; #endif |