diff options
| author | Moritz Eberl <moritz@semiodesk.com> | 2016-04-12 09:43:56 +0000 |
|---|---|---|
| committer | Moritz Eberl <moritz@semiodesk.com> | 2016-04-12 09:43:56 +0000 |
| commit | d2a9d82cd79c61f44e2224dee38847d4113c7eda (patch) | |
| tree | cebddd9c7afb25a43f72a73ddde21f5a427e480a /src/extension/dependency.cpp | |
| parent | Added a mechanism to load c++ extensions dynamically. (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
