Fix build issue with inline function
This commit is contained in:
parent
b1b412531e
commit
36e22adfc8
|
@ -296,7 +296,7 @@ inline void getPageWidthPageHeight(ppd_file_t * ppd, struct settings_ * settings
|
|||
}
|
||||
}
|
||||
|
||||
inline void initializeSettings(char * commandLineOptionSettings, struct settings_ * settings)
|
||||
void initializeSettings(char * commandLineOptionSettings, struct settings_ * settings)
|
||||
{
|
||||
ppd_file_t * ppd = NULL;
|
||||
cups_option_t * options = NULL;
|
||||
|
|
Loading…
Reference in a new issue