Assign XModule path on load rather than in the constructor
This commit is contained in:
@@ -59,8 +59,7 @@ class XModule : public XObject {
|
||||
|
||||
static const Type kType = kTypeModule;
|
||||
|
||||
XModule(KernelState* kernel_state, ModuleType module_type,
|
||||
const std::string& path);
|
||||
XModule(KernelState* kernel_state, ModuleType module_type);
|
||||
virtual ~XModule();
|
||||
|
||||
ModuleType module_type() const { return module_type_; }
|
||||
|
||||
Reference in New Issue
Block a user