summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowregion.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/sp-flowregion.cpp')
-rw-r--r--src/object/sp-flowregion.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-flowregion.cpp b/src/object/sp-flowregion.cpp
index 3e7732e1a..9829cf828 100644
--- a/src/object/sp-flowregion.cpp
+++ b/src/object/sp-flowregion.cpp
@@ -89,7 +89,7 @@ void SPFlowregion::update(SPCtx *ctx, unsigned int flags) {
this->UpdateComputed();
}
-void SPFlowregion::UpdateComputed(void)
+void SPFlowregion::UpdateComputed()
{
for (std::vector<Shape*>::iterator it = computed.begin() ; it != computed.end() ; ++it) {
delete *it;
@@ -236,7 +236,7 @@ void SPFlowregionExclude::update(SPCtx *ctx, unsigned int flags) {
}
-void SPFlowregionExclude::UpdateComputed(void)
+void SPFlowregionExclude::UpdateComputed()
{
if (computed) {
delete computed;