Skip to content

Commit 6057c46

Browse files
committed
fx
1 parent 2ee11ea commit 6057c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trans-word-level/property.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Function: property_obligations_rec
7272
7373
\*******************************************************************/
7474

75-
void property_obligations_rec(
75+
static void property_obligations_rec(
7676
const exprt &property_expr,
7777
decision_proceduret &solver,
7878
std::size_t current,
@@ -133,7 +133,7 @@ Function: property_obligations
133133
134134
\*******************************************************************/
135135

136-
std::map<std::size_t, exprt::operandst> property_obligations(
136+
static std::map<std::size_t, exprt::operandst> property_obligations(
137137
const exprt &property_expr,
138138
decision_proceduret &solver,
139139
std::size_t no_timeframes,

0 commit comments

Comments
 (0)