summaryrefslogtreecommitdiff
path: root/src/cid/cidriver.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-10-31 22:13:54 +0000
committerWerner Lemberg <wl@gnu.org>2000-10-31 22:13:54 +0000
commitab8552321c70e947fedfd31709c43c4cb27d496f (patch)
treee0d57db2cb8be33c34b3c810607219ffdce3b553 /src/cid/cidriver.c
parente4b32a5dc5517285dbecf9e058185a9d36712fbe (diff)
downloadfreetype2-ab8552321c70e947fedfd31709c43c4cb27d496f.tar.gz
Fixing include header for a `make multi' build.
Finishing formatting of cache stuff. Fixed getDriverClass stuff -- added it to winfnt.c also. Note that this still has to be documented.
Diffstat (limited to 'src/cid/cidriver.c')
-rw-r--r--src/cid/cidriver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cid/cidriver.c b/src/cid/cidriver.c
index 224b0c69d..484430c98 100644
--- a/src/cid/cidriver.c
+++ b/src/cid/cidriver.c
@@ -247,7 +247,7 @@
/* format-specific interface can then be retrieved through the method */
/* interface->get_format_interface. */
/* */
- EXPORT_FUNC( FT_Driver_Class* ) getDriverClass( void )
+ FT_EXPORT_FUNC( const FT_Driver_Class* ) getDriverClass( void )
{
return &t1cid_driver_class;
}