diff options
author | monsta <[email protected]> | 2015-12-03 10:33:57 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-12-03 10:33:57 +0300 |
commit | 38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e (patch) | |
tree | 2a7d8622e24f75d5e43e5fe0c3b8753cd6a44bce /plugins/spell/pluma-spell-plugin.h | |
parent | 3d2d7963abc558a09939aa4b0e4bdcedfb80b10e (diff) | |
parent | efc6229fce6eecf0c35e620bb5adf4b912202c56 (diff) | |
download | pluma-38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e.tar.bz2 pluma-38427b5d6dab1e9a96f9abd4cbd4a223f07a3b6e.tar.xz |
Merge pull request #146 from sleeveroller/issue90
Add a new Configure dialog for the Spell Check plugin.
Diffstat (limited to 'plugins/spell/pluma-spell-plugin.h')
-rwxr-xr-x | plugins/spell/pluma-spell-plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/spell/pluma-spell-plugin.h b/plugins/spell/pluma-spell-plugin.h index e78a924e..d2c06252 100755 --- a/plugins/spell/pluma-spell-plugin.h +++ b/plugins/spell/pluma-spell-plugin.h @@ -50,6 +50,8 @@ typedef struct _PlumaSpellPlugin PlumaSpellPlugin; struct _PlumaSpellPlugin { PlumaPlugin parent_instance; + + PlumaSpellPluginPrivate *priv; }; /* |