Skip to content
Snippets Groups Projects
Commit 78e402bb authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix shared_ptr #63

parent a09ee8d2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ namespace gepetto {
class ViewerCorbaServer;
class WindowsManager;
typedef shared_ptr <WindowsManager> WindowsManagerPtr_t;
typedef graphics::shared_ptr <WindowsManager> WindowsManagerPtr_t;
#if GEPETTO_GUI_HAS_PYTHONQT
class PythonWidget;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment