Code

Extensions. Notebooks now work with internal extensions.
[inkscape.git] / src / extension / dependency.h
index f94f3d9ab72492e727fcb9899f2cbbbc4d48c535..829912dc315ca8bdea0b63cd9f435d65480c2526 100644 (file)
@@ -32,7 +32,6 @@ class Dependency {
         TYPE_EXECUTABLE, /**< Look for an executable */
         TYPE_FILE,       /**< Look to make sure a file exists */
         TYPE_EXTENSION,  /**< Make sure a specific extension is loaded and functional */
-        TYPE_PLUGIN,     /**< Look for a library to be loaded as a plugin */
         TYPE_CNT         /**< Number of types */
     };
     /** \brief  Storing the type of this particular dependency. */
@@ -57,7 +56,7 @@ class Dependency {
 
 public:
     Dependency  (Inkscape::XML::Node * in_repr);
-    ~Dependency (void);
+    virtual ~Dependency (void);
     bool check  (void) const;
     Glib::ustring &get_help (void) const;
     Glib::ustring &get_link (void) const;