summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules.h b/include/modules.h
index a8bc9f507..b305f742b 100644
--- a/include/modules.h
+++ b/include/modules.h
@@ -1548,7 +1548,7 @@ class CoreExport ModuleManager : public classbase
private:
/** Holds a string describing the last module error to occur
*/
- char MODERR[MAXBUF];
+ std::string LastModuleError;
/** The feature names published by various modules
*/
@@ -1651,7 +1651,7 @@ class CoreExport ModuleManager : public classbase
/** Returns text describing the last module error
* @return The last error message to occur
*/
- const char* LastError();
+ std::string& LastError();
/** Load a given module file
* @param filename The file to load