summaryrefslogtreecommitdiff
path: root/src/theory/sep/theory_sep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sep/theory_sep.h')
-rw-r--r--src/theory/sep/theory_sep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/sep/theory_sep.h b/src/theory/sep/theory_sep.h
index a3bb1bd7b..35b7fe5e9 100644
--- a/src/theory/sep/theory_sep.h
+++ b/src/theory/sep/theory_sep.h
@@ -118,7 +118,7 @@ class TheorySep : public Theory {
private:
public:
- Node getNextDecisionRequest();
+ Node getNextDecisionRequest( unsigned& priority );
void presolve();
void shutdown() { }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback