aboutsummaryrefslogtreecommitdiff
path: root/c/data.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-09-03 01:15:01 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-09-03 01:15:01 +0200
commit2cd22c671c67deaf2c1fcb659e3262bf57552557 (patch)
tree825342c317a39022cd60d0aad6569e5f8ef11c0d /c/data.cpp
parentd02e63924c92a6f0f2f88881a75680cb9a538962 (diff)
downloadEpisodeBrowser-2cd22c671c67deaf2c1fcb659e3262bf57552557.tar.gz
Add Preferences dialog (WIP).
Diffstat (limited to 'c/data.cpp')
-rw-r--r--c/data.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/data.cpp b/c/data.cpp
index 62d544a..f862a5e 100644
--- a/c/data.cpp
+++ b/c/data.cpp
@@ -7,7 +7,7 @@
#include "data.h"
#include "episodelistview.h"
-#include "resource.h"
+#include "res.h"
#include "util.h"
#include "win32.h"
#include "window.h"