]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/dynamic.h
Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a SendSNO...
[user/henk/code/inspircd.git] / include / dynamic.h
index 4cf299c1f33c554e9f2759cfda8da06f96d8602b..727ed11e1576b37856426e0f35840010aea97358 100644 (file)
@@ -23,7 +23,7 @@ class CoreExport DLLManager
 
        /** The last error string, or NULL
         */
-       char *err;
+       const char *err;
  
  public:
        /** This constructor loads the module using dlopen()
@@ -44,7 +44,7 @@ class CoreExport DLLManager
        /** Get the last error from dlopen() or dlsym().
         * @return The last error string, or NULL if no error has occured.
         */
-       char* LastError() 
+       const char* LastError()
        {
                 return err;
        }