summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/implementation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/implementation/implementation.h')
-rw-r--r--src/extension/implementation/implementation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h
index e4922a083..21569ad3c 100644
--- a/src/extension/implementation/implementation.h
+++ b/src/extension/implementation/implementation.h
@@ -30,12 +30,12 @@ namespace Inkscape {
namespace UI {
namespace View {
class View;
-} // namespace View
-} // namespace UI
+}
+}
namespace XML {
class Node;
-} // namespace XML
+}
namespace Extension {
@@ -58,7 +58,7 @@ class ImplementationDocumentCache {
Inkscape::UI::View::View * _view;
public:
ImplementationDocumentCache (Inkscape::UI::View::View * view) { return; };
-
+
virtual ~ImplementationDocumentCache ( ) { return; };
Inkscape::UI::View::View const * view ( ) { return _view; };
};
@@ -72,7 +72,7 @@ class Implementation {
public:
// ----- Constructor / destructor -----
Implementation() = default;
-
+
virtual ~Implementation() = default;
// ----- Basic functions for all Extension -----