Skip to content

Commit

Permalink
Added missing export.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 10, 2023
1 parent 453bafe commit f7b3c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmsvirt.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ cmsHPROFILE CMSEXPORT cmsCreate_sRGBProfile(void)
*
* This virtual profile cannot be saved as an ICC file
*/
cmsHPROFILE cmsCreate_OkLabProfile(cmsContext ctx)
cmsHPROFILE CMSEXPORT cmsCreate_OkLabProfile(cmsContext ctx)
{
cmsStage* XYZPCS = _cmsStageNormalizeFromXyzFloat(ctx);
cmsStage* PCSXYZ = _cmsStageNormalizeToXyzFloat(ctx);
Expand Down

0 comments on commit f7b3c63

Please sign in to comment.