Skip to content

Commit

Permalink
Merge pull request #419 from dlemstra/add-missing-export
Browse files Browse the repository at this point in the history
Added missing export.
Looks great, thank you!
  • Loading branch information
mm2 authored Dec 11, 2023
2 parents 453bafe + f7b3c63 commit 71a5d29
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 71a5d29

Please sign in to comment.