summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index 244e7bf..fe74ac2 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -94,13 +94,13 @@ public:
void split() {
assert(_type == InputOutput);
_app->state_manager()->set_module_split(_name, true);
- _app->queue_refresh();
+ _app->refresh();
}
void join() {
assert(_type != InputOutput);
_app->state_manager()->set_module_split(_name, false);
- _app->queue_refresh();
+ _app->refresh();
}
virtual void store_location() {