diff options
Diffstat (limited to 'databases/mysql-gui/files/patch-FL-Selection.H')
-rw-r--r-- | databases/mysql-gui/files/patch-FL-Selection.H | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-FL-Selection.H b/databases/mysql-gui/files/patch-FL-Selection.H new file mode 100644 index 000000000000..7c9e2db4fe49 --- /dev/null +++ b/databases/mysql-gui/files/patch-FL-Selection.H @@ -0,0 +1,11 @@ +--- FL/Selection.H.orig Wed Sep 3 19:03:20 2003 ++++ FL/Selection.H Wed Sep 3 19:03:27 2003 +@@ -17,7 +17,7 @@ + private: + class SelectionRange + { +- friend Selection; ++ friend class Selection; + private: + int mFrom; + int mTo; |