]> AND Private Git Repository - blast.git/blobdiff - ReferenceBlock.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started clkconvert output gen
[blast.git] / ReferenceBlock.cpp
index 9b3959c052fccde774b6584e5bef6c39bab06de6..553955b414c24a5157c34a96934b391509bcc8e1 100644 (file)
@@ -8,7 +8,7 @@
 #include "BlockParameterWishbone.h"
 #include "Parameters.h"
 
-ReferenceBlock::ReferenceBlock(const QString _xmlFile) : AbstractBlock() {
+ReferenceBlock::ReferenceBlock(const QString _xmlFile) : AbstractBlock(NULL) {
   xmlFile = _xmlFile;  
 }
 
@@ -759,3 +759,4 @@ QList<QString> ReferenceBlock::getExternalResources() {
   return list;
 }
 
+