Version 5.1.3
[ctsim.git] / src / ctsim.h
index a98faa29d9ae23d8c71aa588170fb833b0bb6594..3188b1fd1e8cf1e7b94833058d3d672bfe4f9026 100644 (file)
@@ -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()