diff options
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
{
|