X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=3188b1fd1e8cf1e7b94833058d3d672bfe4f9026;hp=a98faa29d9ae23d8c71aa588170fb833b0bb6594;hb=52e0918dbbadcf53d4f4a9d1ec1748f854a4e4bf;hpb=a2ac3119d9f9572f113b1f32d7be996dd49037ae diff --git a/src/ctsim.h b/src/ctsim.h index a98faa2..3188b1f 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -218,6 +218,8 @@ private: bool m_bPrintCmdLineImages; bool m_bCmdLineVerboseFlag; + wxDocument* newDocumentHelper (wxDocTemplate* tmpl); + public: CTSimApp(); void OnInitCmdLine(wxCmdLineParser& parser); @@ -233,8 +235,6 @@ public: wxDocManager* getDocManager() { return m_docManager; } - wxString getUntitledFilename(); - int getNumberCPU() const { return wxThread::GetCPUCount(); } EZPlotDialog* makeEZPlotDialog()