summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/verify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 2f9b244e..cb3d03b2 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -264,7 +264,7 @@ private:
/** Path of file containing the error, if applicable */
boost::optional<boost::filesystem::path> _file;
/** Error line number within _file, if applicable */
- uint64_t _line;
+ boost::optional<uint64_t> _line;
};
std::vector<VerificationNote> verify (