From f40d4e39907f17306a58123c4f27bd6f4081b092 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 12 Nov 2004 11:47:21 +0000 Subject: #i10000# make it compile with old gcc --- jvmfwk/source/fwkbase.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jvmfwk/source/fwkbase.cxx') diff --git a/jvmfwk/source/fwkbase.cxx b/jvmfwk/source/fwkbase.cxx index dd190f7457bb..43a7a8b8b860 100644 --- a/jvmfwk/source/fwkbase.cxx +++ b/jvmfwk/source/fwkbase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fwkbase.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2004-11-09 14:00:36 $ + * last change: $Author: rt $ $Date: 2004-11-12 12:47:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -132,7 +132,7 @@ std::vector VendorSettings::getPluginData() OUString sPlugin = BootParams::getPlugin(); if (sPlugin.getLength() > 0) { - PluginLibrary lib(OUString(), sPlugin); + PluginLibrary lib = PluginLibrary(OUString(), sPlugin); vecPlugins.push_back(lib); return vecPlugins; } -- cgit