summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-22 18:31:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-22 18:31:39 +0300
commit42ecdeca853a425c8cec344a57826b9375153ca0 (patch)
tree53f3a983477cd24e56c8fe942de2c82ca9fc699f /plugins/NotesAndReminders/src/stdafx.h
parent03af559a0fbe59db41801d0a50370230b801a921 (diff)
N&R: useless utility functions removed
Diffstat (limited to 'plugins/NotesAndReminders/src/stdafx.h')
-rw-r--r--plugins/NotesAndReminders/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotesAndReminders/src/stdafx.h b/plugins/NotesAndReminders/src/stdafx.h
index aa7dc0ab00..73ebf4267a 100644
--- a/plugins/NotesAndReminders/src/stdafx.h
+++ b/plugins/NotesAndReminders/src/stdafx.h
@@ -55,7 +55,7 @@ extern void CreateMsgWindow(void);
extern void DestroyMsgWindow(void);
void NewNote(int Ax, int Ay, int Aw, int Ah, const char *pszText, ULARGE_INTEGER *ID, BOOL Visible, BOOL bOnTop, int scrollV);
-void LoadNotes(BOOL bIsStartup);
+void LoadNotes(bool bIsStartup);
void SaveNotes(void);
void DeleteNotes(void);
void ShowHideNotes(void);