summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/xpath/LastFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/xml/xpath/LastFunction.h')
-rw-r--r--libjava/gnu/xml/xpath/LastFunction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gnu/xml/xpath/LastFunction.h b/libjava/gnu/xml/xpath/LastFunction.h
index 3af5ef634e7..f20cf55c4f6 100644
--- a/libjava/gnu/xml/xpath/LastFunction.h
+++ b/libjava/gnu/xml/xpath/LastFunction.h
@@ -24,7 +24,7 @@ extern "Java"
{
namespace xml
{
- namespace namespace
+ namespace namespace$
{
class QName;
}
@@ -50,7 +50,7 @@ public: // actually package-private
public:
::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
- jboolean references(::javax::xml::namespace::QName *);
+ jboolean references(::javax::xml::namespace$::QName *);
::java::lang::String * toString();
static ::java::lang::Class class$;
};