diff options
author | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-10-03 13:03:13 +0000 |
commit | d22793be31487dc096cffb4696d393affe44e513 (patch) | |
tree | cea87796a2b93da40e665db96aa3f4672d29abf4 /include/Platform.h | |
parent | 6fffdce88450575c94b05f2d71708590bf266254 (diff) | |
download | scintilla-mirror-d22793be31487dc096cffb4696d393affe44e513.tar.gz |
Mouse down captures now optional.
Diffstat (limited to 'include/Platform.h')
-rw-r--r-- | include/Platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Platform.h b/include/Platform.h index afcc4f61c..099e5ee22 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -405,7 +405,7 @@ public: return static_cast<short>(x & 0xffff); } static void DebugPrintf(const char *format, ...); - static void ShowAssertionPopUps(bool assertionPopUps_); + static bool ShowAssertionPopUps(bool assertionPopUps_); static void Assert(const char *c, const char *file, int line); static int Clamp(int val, int minVal, int maxVal); }; |