diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:48:16 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-26 15:48:21 +0300 |
commit | 94782312a45edad08d6544be5a6aba402f461da1 (patch) | |
tree | 0c8149d70f3785493a5ac8ee8182c89854c0d811 /plugins/SpellChecker/src/autoreplace.h | |
parent | f200ec71df622d7a94fc171363ff67732ffb440a (diff) |
code cleaning
Diffstat (limited to 'plugins/SpellChecker/src/autoreplace.h')
-rw-r--r-- | plugins/SpellChecker/src/autoreplace.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/SpellChecker/src/autoreplace.h b/plugins/SpellChecker/src/autoreplace.h index f3ce520e80..9427a38547 100644 --- a/plugins/SpellChecker/src/autoreplace.h +++ b/plugins/SpellChecker/src/autoreplace.h @@ -21,7 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __AUTOREPLACE_H__
# define __AUTOREPLACE_H__
-
struct AutoReplacement
{
std::wstring replace;
@@ -31,9 +30,7 @@ struct AutoReplacement AutoReplacement(const wchar_t *replace, BOOL useVariables);
};
-
-class Dictionary;
-
+struct Dictionary;
class AutoReplaceMap
{
|