summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 07:42:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 07:42:09 +0000
commitf44ad36fdaf05852002eaa1ec09a663662dcd9a1 (patch)
treeb6a7f683353a7c84f8f10d5c5e24072cb4877334 /xmlhelp
parent14b321bf4ec922a4867f6ae6d9d034a28c29606d (diff)
INTEGRATION: CWS macosx05 (1.2.6); FILE MERGED
2005/04/10 09:34:04 maho 1.2.6.2: *data -> *data_arg Reported by: pjanik 2005/04/10 03:51:47 maho 1.2.6.1: Prototype definition is wrong Issue number: 46548 Reviewed by: abi, pjanik
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index cfd5254c2ce0..84bdbe85c3e9 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: db.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-03-30 08:38:07 $
+ * last change: $Author: hr $ $Date: 2005-04-11 08:42:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -177,7 +177,7 @@ namespace berkeleydbproxy {
friend class Dbc;
public:
- Dbt(void *data, size_t size);
+ Dbt(void *data_arg, u_int32_t size_arg);
Dbt();
Dbt(const Dbt & other);