diff options
Diffstat (limited to 'scribus')
| -rw-r--r-- | scribus/desaxe/actions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scribus/desaxe/actions.h b/scribus/desaxe/actions.h index 044c0d8..2b04451 100644 --- a/scribus/desaxe/actions.h +++ b/scribus/desaxe/actions.h @@ -94,11 +94,11 @@ protected: body = body_; body->refs = 1; } + + Action_body* body; private: Action(); // not defined - - Action_body* body; }; |
