summaryrefslogtreecommitdiffstats
path: root/src/translator_it.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/translator_it.h')
-rw-r--r--src/translator_it.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/translator_it.h b/src/translator_it.h
index e2f76dc..34d5660 100644
--- a/src/translator_it.h
+++ b/src/translator_it.h
@@ -299,6 +299,7 @@ class TranslatorItalian : public Translator
case ClassDef::Class: result+=" classe"; break;
case ClassDef::Struct: result+=" struct"; break;
case ClassDef::Union: result+=" union"; break;
+ case ClassDef::Interface: result+=" interface"; break;
}
result+=" "+(QCString)clName;
return result;