summaryrefslogtreecommitdiff
path: root/src/option_type.hpp
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:31 +0200
commitb2e4e8a78cc85a6af67e4af4557b4699f3889874 (patch)
tree2c5e7d139ac849aaf9d2139e1c96976dcdbd6f05 /src/option_type.hpp
parenta140cb693bf84a33bd1751a19ba76b45ed7dea73 (diff)
Eliminate uses of bool_
Diffstat (limited to 'src/option_type.hpp')
-rw-r--r--src/option_type.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option_type.hpp b/src/option_type.hpp
index fe1316b0..cfe2eb9b 100644
--- a/src/option_type.hpp
+++ b/src/option_type.hpp
@@ -10,7 +10,7 @@ struct option_type
/**
* Address of actual option variable.
*/
- bool_ *o_var;
+ bool *o_var;
/**
* Option page number.