summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/history.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/history.h')
-rw-r--r--plugins/NewStory/src/history.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history.h b/plugins/NewStory/src/history.h
index 0b3bebe5d9..e83b8c69ec 100644
--- a/plugins/NewStory/src/history.h
+++ b/plugins/NewStory/src/history.h
@@ -30,9 +30,10 @@ enum
UM_BOOKMARKS = WM_USER + 0x661,
UM_LOCATETIME = WM_USER + 0x662,
+ UM_UPDATE_WINDOW = WM_USER + 0x663,
};
-extern MWindowList g_hNewstoryWindows, g_hNewstoryLogs;
+extern MWindowList g_hNewstoryWindows, g_hNewstoryLogs, g_hNewstoryHistLogs;
void InitMenus();
void InitHotkeys();