aboutsummaryrefslogtreecommitdiff
path: root/brep/module
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-03-06 13:52:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-03-07 00:05:29 +0300
commitb72424fca7a6af6ff7921101c450850fef875152 (patch)
treeac295d1e228379b1b31c6af3a84e7057f2ea96ae /brep/module
parent0f9c65e489a7b59f76ccbf2ca6e76ab0a1012932 (diff)
Support multiple instances of brep in a single Apache instance
Diffstat (limited to 'brep/module')
-rw-r--r--brep/module2
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/module b/brep/module
index 4ea5164..52106cd 100644
--- a/brep/module
+++ b/brep/module
@@ -88,7 +88,7 @@ namespace brep
// Set to true when the module is successfully initialized.
//
- bool loaded_ {false};
+ bool initialized_ {false};
// Implementation details.
//