Skip to content

Commit

Permalink
C++: restore opaque types forward declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Aug 12, 2020
1 parent a1c9fba commit f725faf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -109,6 +109,7 @@ class CppCompiler(
}

override def opaqueClassDeclaration(classSpec: ClassSpec): Unit = {
classForwardDeclaration(classSpec.name)
importListHdr.addLocal(outFileNameHeader(classSpec.name.head))
}

Expand Down

0 comments on commit f725faf

Please sign in to comment.