diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index 048c1e4..69d44de 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -85,7 +85,7 @@ public: void update_state(); void store_window_location(); - void enqueue_resize(boost::shared_ptr<FlowCanvas::Module> module); + void enqueue_resize(FlowCanvas::Module* module); void flush_resize(); protected: @@ -139,7 +139,7 @@ protected: boost::shared_ptr<PatchageCanvas> _canvas; - std::set< boost::shared_ptr<FlowCanvas::Module> > _pending_resize; + std::set<FlowCanvas::Module*> _pending_resize; JackDriver* _jack_driver; StateManager* _state_manager; |