aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstate')
-rw-r--r--src/libstate/libstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstate/libstate.cpp b/src/libstate/libstate.cpp
index b5e5d0de1..6da7ab284 100644
--- a/src/libstate/libstate.cpp
+++ b/src/libstate/libstate.cpp
@@ -300,7 +300,7 @@ Library_State::Library_State()
mutex_factory = 0;
allocator_lock = config_lock = 0;
cached_default_allocator = 0;
- algorithm_factory = 0;
+ m_algorithm_factory = 0;
}
/*************************************************