summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index a29b2fad5..58d60d3b2 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -1171,7 +1171,7 @@ Application::sole_desktop_for_document(SPDesktop const &desktop) {
}
Inkscape::UI::Tools::ToolBase *
-Application::active_event_context (void)
+Application::active_event_context ()
{
if (SP_ACTIVE_DESKTOP) {
return SP_ACTIVE_DESKTOP->getEventContext();