HPUX rightly insists that class a{a::a(){}} isn't the right way to declare a constructor

fixed to class a{a(){}}.  I can't believe that msvc and gcc didn't mind what I did.


git-svn-id: svn://10.0.0.236/trunk@115106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com 2002-02-20 14:29:12 +00:00
parent c1b38beab8
commit a73ac4fc75

View File

@ -44,7 +44,7 @@
**************************************************************/
class _TestDeque: public nsDequeFunctor{
public:
_TestDeque::_TestDeque() {
_TestDeque() {
SelfTest();
}
int SelfTest();