aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2020-05-26 17:06:18 +0000
committerrepl.it user2020-05-26 17:06:18 +0000
commit63cbc35ea6360a37ca1585797f5798bd48b006fb (patch)
tree9835295f98173543049769297fedf2dd27adc654
parenta2fb7db484d9adb3db2b40e902df28209b1ca536 (diff)
Update main.cpp
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 8657856..61710b9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -73,7 +73,7 @@ struct sentence
{
vector<clause> clauses;
string s;
- int weight;
+ weightstruct weight;
void parse()
{
string cl="";