diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 16:56:25 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-06 16:56:25 +0200 |
commit | 81ec888f2503ce29a26d32248b70aded0301d987 (patch) | |
tree | 5bab996c5f137189575cdba13197d428848fd1b1 | |
parent | 46d682eec92bb241f4604a4b6ab42a3859cd0d48 (diff) |
-Werror,-Wmismatched-tags
Change-Id: Iac83316d69e85f2da3de32d8023c228f678c8f08
-rw-r--r-- | sw/inc/ToxTabStopTokenHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/ToxTabStopTokenHandler.hxx b/sw/inc/ToxTabStopTokenHandler.hxx index 696a4cb84701..8830de9b942a 100644 --- a/sw/inc/ToxTabStopTokenHandler.hxx +++ b/sw/inc/ToxTabStopTokenHandler.hxx @@ -16,7 +16,7 @@ #include "editeng/tstpitem.hxx" -class SwFormToken; +struct SwFormToken; class SwPageDesc; class SwRootFrm; class SwTxtNode; |