Skip to content

Commit 28284cb

Browse files
authored
Fix generation problem
1 parent 6cda2f4 commit 28284cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Famix-Cpp-Entities/FamixCppSourceLanguage.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Class {
2323
{ #category : 'meta' }
2424
FamixCppSourceLanguage class >> annotation [
2525

26-
<FMClass: #SourceLanguage super: #FamixCEntity>
26+
<FMClass: #SourceLanguage super: #FamixCPreprocEntity>
2727
<package: #'Famix-Cpp-Entities'>
2828
<generated>
2929
^ self

0 commit comments

Comments
 (0)