Skip to content

Commit 03a5b59

Browse files
committed
Added missing declaration
1 parent c034cfd commit 03a5b59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fhex.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ class Fhex : public QMainWindow
8787
string settingsPath;
8888
string patternsFile;
8989

90+
// COLOR SCHEME
91+
string bgcolor;
92+
9093
// PATTERNS
9194
bool patternsEnabled;
9295

0 commit comments

Comments
 (0)