]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMPackageHelpDialog.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / wxCDMPackageHelpDialog.h
index 2bdcc1979ff9f56607f738fb05e48498d69a3d40..1db7ffabf8299af2b554e17d3a3b8706b9738dfd 100644 (file)
@@ -39,7 +39,7 @@
 #include <creaWx.h>
 #include <wx/dialog.h>
 
-#include "modelCDMCMakeListsFile.h"
+#include "modelCDMPackage.h"
 
 #include <vector>
 
@@ -49,7 +49,7 @@ class wxCDMPackageHelpDialog : public wxDialog
 public:
   wxCDMPackageHelpDialog(
       wxWindow* parent,
-      std::vector<modelCDMCMakeListsFile*> & files,
+      modelCDMPackage* package,
       wxWindowID id = wxID_ANY,
       const wxString& caption = wxT("Working With Packages"),
       const wxPoint& position = wxDefaultPosition,
@@ -70,7 +70,7 @@ protected:
   void CreateControls();
 
 private:
-  std::vector<modelCDMCMakeListsFile*> cmakefiles;
+  modelCDMPackage* package;
 
 //handlers
 protected: