Skip to content

Commit

Permalink
No more static
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Sep 12, 2024
1 parent ec614d8 commit 80fc72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oc/fileio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ void hoc_Chdir(void) {
}

int nrn_is_python_extension;
static int (*nrnpy_pr_stdoe_callback)(int, char*);
int (*nrnpy_pr_stdoe_callback)(int, char*);
static int (*nrnpy_pass_callback)();

extern "C" void nrnpy_set_pr_etal(int (*cbpr_stdoe)(int, char*), int (*cbpass)()) {
Expand Down

0 comments on commit 80fc72f

Please sign in to comment.