diff --git a/SoObjects/Mailer/SOGoMailForward.h b/SoObjects/Mailer/SOGoMailForward.h index a3ab8824e..02f3d2675 100644 --- a/SoObjects/Mailer/SOGoMailForward.h +++ b/SoObjects/Mailer/SOGoMailForward.h @@ -72,6 +72,9 @@ @interface SOGoMailSpanishForward : SOGoMailForward @end +@interface SOGoMailSwedishForward : SOGoMailForward +@end + @interface SOGoMailPolishForward : SOGoMailForward @end diff --git a/SoObjects/Mailer/SOGoMailForward.m b/SoObjects/Mailer/SOGoMailForward.m index a3cfd259a..9b73bf074 100644 --- a/SoObjects/Mailer/SOGoMailForward.m +++ b/SoObjects/Mailer/SOGoMailForward.m @@ -266,6 +266,9 @@ @implementation SOGoMailSpanishForward @end +@implementation SOGoMailSwedishForward +@end + @implementation SOGoMailPolishForward @end diff --git a/SoObjects/Mailer/SOGoMailReply.h b/SoObjects/Mailer/SOGoMailReply.h index 7b1f9916d..b0693ea84 100644 --- a/SoObjects/Mailer/SOGoMailReply.h +++ b/SoObjects/Mailer/SOGoMailReply.h @@ -77,6 +77,9 @@ @interface SOGoMailSpanishReply : SOGoMailReply @end +@interface SOGoMailSwedishReply : SOGoMailReply +@end + @interface SOGoMailPolishReply : SOGoMailReply @end diff --git a/SoObjects/Mailer/SOGoMailReply.m b/SoObjects/Mailer/SOGoMailReply.m index 6d3a68ed2..d4dd42baf 100644 --- a/SoObjects/Mailer/SOGoMailReply.m +++ b/SoObjects/Mailer/SOGoMailReply.m @@ -134,6 +134,9 @@ @implementation SOGoMailSpanishReply @end +@implementation SOGoMailSwedishReply +@end + @implementation SOGoMailPolishReply @end