summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-03-12 16:16:04 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-03-12 16:16:04 +0000
commit75e2252fcbc9dc00194184eead31b883929b3e31 (patch)
treebbc717bc59b325810e88ab7e0e67247493c0a58a
parent83d1a6bd8fec62701b0fcea38bec0a419f4ceed0 (diff)
downloadenchant-75e2252fcbc9dc00194184eead31b883929b3e31.tar.gz
fix uspell build
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21112 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/uspell/uspell_provider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uspell/uspell_provider.cpp b/src/uspell/uspell_provider.cpp
index 54edd66..713f0ef 100644
--- a/src/uspell/uspell_provider.cpp
+++ b/src/uspell/uspell_provider.cpp
@@ -60,7 +60,7 @@ uspell_checker_get_prefix (void)
return data_dir;
/* Dynamically locate library and search for modules relative to it. */
- char * enchant_prefix = _enchant_get_prefix_dir();
+ char * enchant_prefix = enchant_get_prefix_dir();
if(enchant_prefix)
{
char * uspell_prefix = g_build_filename(enchant_prefix, "share", "enchant", "uspell", NULL);