throw(Exception(INVALID_REFBLOCK_USE));
}
-void ReferenceBlock::generateEntity(QTextStream& out, bool hasController=false) throw(Exception) {
+void ReferenceBlock::generateEntity(QTextStream& out, bool hasController) throw(Exception) {
throw(Exception(INVALID_REFBLOCK_USE));
}