]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
Bug #1689
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 59d615e3f6801f38bd451987dd5b4244352fb31e..955ca814d9c50227783961f8f4a07972f0c365f1 100644 (file)
@@ -79,7 +79,7 @@ namespace bbtk
        {
        public:
                wxGEditorTabPanel();
-               wxGEditorTabPanel(wxWindow *parent, int id);
+               wxGEditorTabPanel(wxWindow *parent, int id, Factory::Pointer bbtkfactory);
                ~wxGEditorTabPanel();
 
                void initWxVtkCanvas();
@@ -184,8 +184,9 @@ namespace bbtk
                wxTabPanelsManager              *_panelsManager;
                std::string                             _fullPath;
                std::string                             _fileName;
-
+               
        protected:
+               Factory::Pointer                _bbtkfactory;
 
        };