diff options
author | lloyd <[email protected]> | 2010-08-13 15:16:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-13 15:16:20 +0000 |
commit | 8cb6a36e9c69bb7c01883d42305e92b90d685afd (patch) | |
tree | 28b3ce9deefb516b1d68bf0807d21ce42c62ce97 | |
parent | 3da3b04e1ba1577b3d0e1b4b9b3f4b24381fc433 (diff) |
Post-merge fix
-rw-r--r-- | src/libstate/global_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstate/global_state.cpp b/src/libstate/global_state.cpp index 00b71039f..2b9162f12 100644 --- a/src/libstate/global_state.cpp +++ b/src/libstate/global_state.cpp @@ -37,7 +37,7 @@ Library_State& global_state() if(!global_lib_state) { global_lib_state = new Library_State; - global_lib_state->initialize(true); + global_lib_state->initialize(); } return (*global_lib_state); |