summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/data.h')
-rw-r--r--src/runtime/c/pgf/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/data.h b/src/runtime/c/pgf/data.h
index d2e78c7e8..24ebbea32 100644
--- a/src/runtime/c/pgf/data.h
+++ b/src/runtime/c/pgf/data.h
@@ -294,6 +294,7 @@ struct PgfCCat {
float viterbi_prob;
int fid;
PgfItemConts* conts;
+ struct PgfAnswers* answers;
};
#endif