summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp
diff options
context:
space:
mode:
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;
}