summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp
diff options
context:
space:
mode:
authorMoritz Eberl <moritz@semiodesk.com>2016-04-12 09:43:56 +0000
committerMoritz Eberl <moritz@semiodesk.com>2016-04-12 09:43:56 +0000
commitd2a9d82cd79c61f44e2224dee38847d4113c7eda (patch)
treecebddd9c7afb25a43f72a73ddde21f5a427e480a /src/extension/dependency.cpp
parentAdded a mechanism to load c++ extensions dynamically. (diff)
downloadinkscape-d2a9d82cd79c61f44e2224dee38847d4113c7eda.tar.gz
inkscape-d2a9d82cd79c61f44e2224dee38847d4113c7eda.zip
fixed naming of methods. External extensions can now be other module types.
(bzr r14761.1.2)
Diffstat (limited to 'src/extension/dependency.cpp')
-rw-r--r--src/extension/dependency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp
index 712a9068d..624be12f9 100644
--- a/src/extension/dependency.cpp
+++ b/src/extension/dependency.cpp
@@ -241,7 +241,7 @@ bool Dependency::check (void) const
Returns the name of the dependency as found in the configuration file.
*/
-const gchar* Dependency::getName()
+const gchar* Dependency::get_name()
{
return _string;
}