]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTComponentHandler.h
get rid of compilation warnings
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTComponentHandler.h
index 2eaec1bb7b5ea6753d686fcb66d636582264c861..b653173cc4f0ab5466bda9ebc842d4efb2ae8460 100644 (file)
@@ -268,7 +268,7 @@ class AliHLTComponentHandler : public AliHLTLogging {
    * Compound descriptor for component libraries
    */
   struct AliHLTLibHandle {
-    AliHLTLibHandle() : fHandle(NULL), fName(NULL) {}
+    AliHLTLibHandle() : fHandle(NULL), fName(NULL), fMode(kDynamic) {}
     /** dlopen handle */
     void* fHandle;                                                 //! transient
     /** name of the library, casted to TString* before use */