From 9511ecc9e47b40b7478dd866897d6437a965c20d Mon Sep 17 00:00:00 2001 From: PBerger Date: Mon, 25 Jul 2016 14:57:36 +0200 Subject: [PATCH] Fixed Copy&Paste Error. Former-commit-id: 3b06dc0ba4a63698ff269a630d3d085871e1cbaf --- src/storage/dd/Add.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/dd/Add.cpp b/src/storage/dd/Add.cpp index 618adee92..97809049d 100644 --- a/src/storage/dd/Add.cpp +++ b/src/storage/dd/Add.cpp @@ -770,7 +770,7 @@ namespace storm { template class Add; template class Add; #ifdef STORM_HAVE_CARL - template class InternalAdd; + template class Add; #endif } }