summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/ExpressController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/ExpressController.m b/macosx/ExpressController.m
index 6a56072bc..cad330872 100644
--- a/macosx/ExpressController.m
+++ b/macosx/ExpressController.m
@@ -42,7 +42,7 @@
- (void) applicationWillFinishLaunching: (NSNotification *) n
{
- fHandle = hb_init( HB_DEBUG_NONE, 0 );
+ fHandle = hb_init_express( HB_DEBUG_NONE, 0 );
fList = hb_get_titles( fHandle );
}