Bug 1061060 - Fix more bad implicit constructors in parser; r=hsivonen
This commit is contained in:
@@ -43,7 +43,7 @@ class nsScanner {
|
||||
/**
|
||||
* Use this constructor for the XML fragment parsing case
|
||||
*/
|
||||
nsScanner(const nsAString& anHTMLString);
|
||||
explicit nsScanner(const nsAString& anHTMLString);
|
||||
|
||||
/**
|
||||
* Use this constructor if you want i/o to be based on
|
||||
|
||||
Reference in New Issue
Block a user