Skip to content

Commit

Permalink
fix extern
Browse files Browse the repository at this point in the history
  • Loading branch information
schroederdewitt committed Mar 28, 2019
1 parent 966929b commit 0d4267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyprob_cpp/include/pyprob_cpp.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

namespace pyprob_cpp
{
std::default_random_engine generator;
extern std::default_random_engine generator;
namespace distributions
{
class Distribution
Expand Down

0 comments on commit 0d4267b

Please sign in to comment.