Skip to content

Commit

Permalink
Fix build by adding missing message declaration. bluewaysw#573
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Rehwagen authored and HubertHuckevoll committed Aug 22, 2024
1 parent a153ab8 commit 6482539
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Appl/NTaker/Document/documentApplication.asm
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ NTakerApplicationSetToolbarState endm


NTakerApplicationChangeOptions method dynamic NTakerApplicationClass,
MSG_NTAKER_APPLICATION_CHANGE_OPTIONS
MSG_NTAKER_APPLICATION_CHANGE_OPTIONS
call NTakerNotifyOptionsChange

mov ax, MSG_NTAKER_DISPLAY_CHANGE_OPTIONS
Expand Down
1 change: 1 addition & 0 deletions Appl/NTaker/ntakerApplication.def
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ MSG_NTAKER_APPLICATION_SET_TOOLBAR_STATE method
MSG_NTAKER_APPLICATION_TOOLBAR_VISIBILITY method
MSG_NTAKER_APPLICATION_QUERY_RESET_OPTIONS message
MSG_NTAKER_APPLICATION_USER_LEVEL_STATUS message
MSG_NTAKER_APPLICATION_CHANGE_OPTIONS message

NAI_toolbarStates NTakerToolbarStates

Expand Down

0 comments on commit 6482539

Please sign in to comment.