fixed a few problems detected by Xcode 4.2.1
This commit is contained in:
@@ -1045,7 +1045,7 @@ public:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
virtual void SetFileName(const char* DataBaseName)
|
||||
virtual void SetFileName(char* DataBaseName)
|
||||
{
|
||||
if(m_HistMat.m_Volume!=m_HistVolumeSaved)SaveHist();
|
||||
m_DataFileName[0] = 0;
|
||||
|
Reference in New Issue
Block a user