Fixed typo. Was not getting any text after pRecord->GetRecordType() (which was proba...
[vss2svn.git] / ssphys / SSPhys / Options.cpp
blob334c895eedeb33f3e206a2d0f9d8531639fdd350
1 // Options.cpp: implementation of the COptions class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #include "StdAfx.h"
7 #if 0
8 #include "Options.h"
9 #include <strstream>
11 //---------------------------------------------------------------------------
12 #include "LeakWatcher.h"
14 #ifdef _DEBUG
15 #define new DEBUG_NEW
16 #undef THIS_FILE
17 static char THIS_FILE[] = __FILE__;
18 #endif
21 #endif