[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-07-20 08:05:17 +00:00 committed by GitHub
parent 6e6b3d8876
commit 0450422959
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 11 deletions

View file

@ -19,9 +19,7 @@
{ \
return ( exDescription ); \
} \
virtual ~exName() noexcept \
{ \
} \
virtual ~exName() noexcept {} \
};
/// Same as DEF_EX, but takes a runtime string argument, which gets concatenated
@ -47,9 +45,7 @@
{ \
return value.c_str(); \
} \
virtual ~exName() noexcept \
{ \
} \
virtual ~exName() noexcept {} \
};
#endif

View file

@ -11,7 +11,6 @@
namespace BelarusianTranslit {
std::vector< sptr< Dictionary::Class > > makeDictionaries();
}
#endif

View file

@ -12,7 +12,6 @@
namespace Chinese {
std::vector< sptr< Dictionary::Class > > makeDictionaries( Config::Chinese const & );
}
#endif

View file

@ -10,7 +10,6 @@
namespace GermanTranslit {
sptr< Dictionary::Class > makeDictionary();
}
#endif // GERMAN_HH

View file

@ -10,7 +10,6 @@
namespace GreekTranslit {
sptr< Dictionary::Class > makeDictionary();
}
#endif // GREEKTRANSLIT_HH

View file

@ -10,7 +10,6 @@
namespace RussianTranslit {
sptr< Dictionary::Class > makeDictionary();
}
#endif