summaryrefslogtreecommitdiffstats
path: root/src/classifiers/classifiers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classifiers/classifiers.h')
-rw-r--r--src/classifiers/classifiers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classifiers/classifiers.h b/src/classifiers/classifiers.h
index de937bc3f..02192d795 100644
--- a/src/classifiers/classifiers.h
+++ b/src/classifiers/classifiers.h
@@ -17,7 +17,7 @@ struct classifier_ctx {
struct classify_weight {
const char *name;
- double weight;
+ long double weight;
};
/* Common classifier structure */