aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/vocabulary.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/vocabulary.h')
-rw-r--r--engines/sci/vocabulary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/vocabulary.h b/engines/sci/vocabulary.h
index c8ed146917..9f0d277ef2 100644
--- a/engines/sci/vocabulary.h
+++ b/engines/sci/vocabulary.h
@@ -278,7 +278,7 @@ private:
* @param branches The rules are stored into this Array
* @return true on success, false on error
*/
- bool getBranches();
+ bool loadBranches();
/* Frees a parser rule list as returned by vocab_build_gnf()
** Parameters: (parse_rule_list_t *) rule_list: The rule list to free