Skip to content

fix: resolve ODR violation for isCurrentlyPrinting#27

Open
Akaps316 wants to merge 1 commit into
Euro-Office:mainfrom
Akaps316:fix/ascprinter-odr
Open

fix: resolve ODR violation for isCurrentlyPrinting#27
Akaps316 wants to merge 1 commit into
Euro-Office:mainfrom
Akaps316:fix/ascprinter-odr

Conversation

@Akaps316

Copy link
Copy Markdown

Move definition of static variable isCurrentlyPrinting out of the ascprinter.h header file and into AppDelegate.mm to prevent duplicate symbol linker errors in multi-unit compilation environments.

Closes #26

Assisted-by: Antigravity:gemini-3.5-flash

Move definition of static variable isCurrentlyPrinting out of the
ascprinter.h header file and into AppDelegate.mm to prevent duplicate
symbol linker errors in multi-unit compilation environments.

Closes Euro-Office#26

Assisted-by: Antigravity:gemini-3.5-flash
Signed-off-by: Akaps316 <48785708+Akaps316@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: move global variable definition out of ascprinter.h header

1 participant