Skip to content

Commit

Permalink
Fix compile error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
collin80 committed Nov 8, 2024
1 parent 488dc24 commit 552da7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion re/flowviewwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void FlowViewWindow::handleTableCellChange(int row, int col)
if (inhibitChangeCallback) return;
switch (col)
{
case TABLE_BYTE::BYTE:
case TABLE_BYTE::BKEY:
case TABLE_BYTE::CURR:
break;
case TABLE_BYTE::REF:
Expand Down
2 changes: 1 addition & 1 deletion re/flowviewwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FlowViewWindow;

enum TABLE_BYTE
{
BYTE,
BKEY,
CURR,
REF,
TRIGGER,
Expand Down

0 comments on commit 552da7e

Please sign in to comment.