aboutsummaryrefslogtreecommitdiff
path: root/src/IO/iowatch.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/iowatch.hh')
-rw-r--r--src/IO/iowatch.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IO/iowatch.hh b/src/IO/iowatch.hh
index 681d0080..e2d497f1 100644
--- a/src/IO/iowatch.hh
+++ b/src/IO/iowatch.hh
@@ -2,7 +2,7 @@
#define __IO_WATCH_H__
/*
- * BUG: enum {READ = 1, WRITE = 4, EXCEPT = 8} borrowed from fltk/run.h
+ * BUG: enum {READ = 1, WRITE = 4, EXCEPT = 8} borrowed from FL/Enumerations.H
*/
#define DIO_READ 1
#define DIO_WRITE 4