summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-06-14 15:40:19 +0000
committerOliver Bolte <obo@openoffice.org>2005-06-14 15:40:19 +0000
commita89a9769d4ce592e98797956c547a14bc2c8c33d (patch)
tree8840154bd43672e4804c0aef0705fee52c17ad32
parentbdacf77076c5b0494a44ee2e089250d723214c78 (diff)
INTEGRATION: CWS gcc4fwdecl (1.7.20); FILE MERGED
2005/06/02 12:56:06 pmladek 1.7.20.1: #i50081# Fixed forward declarations for gcc4 in xmlsecurity
-rw-r--r--xmlsecurity/source/helper/xsecctl.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecctl.hxx b/xmlsecurity/source/helper/xsecctl.hxx
index ce358dbf6109..899e9cbe56b6 100644
--- a/xmlsecurity/source/helper/xsecctl.hxx
+++ b/xmlsecurity/source/helper/xsecctl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xsecctl.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 18:08:35 $
+ * last change: $Author: obo $ $Date: 2005-06-14 16:40:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -154,6 +154,9 @@
#define RTL_ASCII_USTRINGPARAM( asciiStr ) asciiStr, strlen( asciiStr ), RTL_TEXTENCODING_ASCII_US
+// forward declaration
+class XSecParser;
+
class InternalSignatureInformation
{
public: