summaryrefslogtreecommitdiff
blob: dd686149d47499a17f762d014d07d3c546505c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Index: src/FbTk/FbPixmap.hh
===================================================================
RCS file: src/FbTk/FbPixmap.hh,v
retrieving revision 1.10
retrieving revision 1.11
diff -r1.10 -r1.11
38c38
<     explicit FbPixmap(const FbPixmap &copy);
---
>     FbPixmap(const FbPixmap &copy);
Index: src/FbTk/Resource.hh
===================================================================
RCS file: src/FbTk/Resource.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -r1.7 -r1.8
34a35
> #include "XrmDatabaseHelper.hh"