diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/dynamic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dynamic.h b/include/dynamic.h index d63e5dc83..678282058 100644 --- a/include/dynamic.h +++ b/include/dynamic.h @@ -65,13 +65,13 @@ class DLLManager { return err; } - - protected: /** The module handle */ void *h; + protected: + /** The last error string, or NULL */ char *err; |