projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix bug in Eof() which returned true even if we were only on the last line, not beyond it
[wxWidgets.git]
/
include
/
wx
/
gtk
/
tooltip.h
diff --git
a/include/wx/gtk/tooltip.h
b/include/wx/gtk/tooltip.h
index d92f206e82da804b9eab816b18785def6211f710..f79618899a01608b6f433a7badd6e2b7e9f17e96 100644
(file)
--- a/
include/wx/gtk/tooltip.h
+++ b/
include/wx/gtk/tooltip.h
@@
-10,10
+10,6
@@
#ifndef __GTKTOOLTIPH__
#define __GTKTOOLTIPH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface
-#endif
-
#include "wx/defs.h"
#include "wx/string.h"
#include "wx/object.h"