[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] Nel - 3d/driver.cpp
From: |
Christophe OPOIX |
Subject: |
[Nel] Nel - 3d/driver.cpp |
Date: |
Wed, 7 Apr 2004 14:02:14 +0200 |
R:\code\nel\src\3d\driver.cpp(371) : error C2660: 'push_back' :
function does not take 0 parameters
It happens only in Debug mode, I really don't know what to do so I tried
that. It seems to work but I didn't test it that much, maybe I'm
completely wrong.
--- R:\code\nel\src\3d\driver.cpp Tue Apr 06 22:39:03 2004
***************
*** 368,374 ****
totalSize+= memCost;
string typeStr= typeid(*text).name();
strFindReplace(typeStr, "class NL3D::",
string());
! tempInfo[upFmt].push_back();
tempInfo[upFmt].back().Line= toString("Type:
%15s. Share
Name: %s. Size: %d Ko",
typeStr.c_str(),
shareName.c_str(),
--- 368,374 ----
totalSize+= memCost;
string typeStr= typeid(*text).name();
strFindReplace(typeStr, "class NL3D::",
string());
! tempInfo[upFmt].push_back(tempInfo[upFmt][0]);
tempInfo[upFmt].back().Line= toString("Type:
%15s. Share
Name: %s. Size: %d Ko",
typeStr.c_str(),
shareName.c_str(),
--
"They didn't know it was impossible so they did it"
- [Nel] Nel - 3d/driver.cpp,
Christophe OPOIX <=