bug 191856, string usage in txExpandedName::init, r=sicking, sr=peterv

git-svn-id: svn://10.0.0.236/trunk@138304 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org
2003-02-23 20:03:51 +00:00
parent d8a8ab966b
commit 6eb06f1b05
2 changed files with 100 additions and 46 deletions

View File

@@ -1,4 +1,4 @@
/*
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
@@ -94,7 +94,7 @@ public:
/**
* Returns true if the given string is a valid XML QName
*/
static MBool isValidQName(const nsAFlatString& aName);
static MBool isValidQName(const nsAString& aName);
/*
* Returns true if the given character is whitespace.