summaryrefslogtreecommitdiff
path: root/src/util/result.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-10-31 15:26:19 +0000
committerMorgan Deters <mdeters@gmail.com>2010-10-31 15:26:19 +0000
commit39031822cf3f9faab7b5b9e6cbce46a5194503b1 (patch)
tree7f95265819554a20a2ef4637a4a8a6a83a7cfc0b /src/util/result.cpp
parentd4bfaa103d56d5c0172bf1457343a75ddea8a9b5 (diff)
enable dependence graphs in doxygen; fix lots of doxygen warnings, fix some documentation, and make it possible to "make doc" on a clean source tree (post-configure)
Diffstat (limited to 'src/util/result.cpp')
-rw-r--r--src/util/result.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/result.cpp b/src/util/result.cpp
index 9760eaefb..8e1db27c4 100644
--- a/src/util/result.cpp
+++ b/src/util/result.cpp
@@ -28,7 +28,7 @@ using namespace std;
namespace CVC4 {
-Result::Result(const string& instr) :
+Result::Result(const std::string& instr) :
d_sat(SAT_UNKNOWN),
d_validity(VALIDITY_UNKNOWN),
d_which(TYPE_NONE),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback